V9 + Apache + mod_perl = ???

Anyone know how to enable mod_perl on the Apache that is included with Solaris/X96 V9? It looks like mod_perl is included, but I can't quite figure out how to enable it.
I see the line:
AddModule mod_perl.c
In httpd.conf, but I don't see a corresponding line in the LoadModule section (I would expect a libexec/mod_perl.so).
I'm not too familiar with the DSO stuff and typically I compile all the modules right in, so any help would be appreciated. I would like to use the Apache and setup that was shipped with V9 rather than downloading and compiling my own Apache. BTW, if anyone ever has to do d/l and configure from scratch, especially with complex apache/module configurations, check out:
http://www.apachetoolbox.com/
Very nice package that makes complex module/apache compilations a breeze.
Jim

Dirty PKGBUILD, which doesn't work. Oh well, I'll repair it ASAp
# $Id$
pkgname=mod_perl
pkgver=2.0
pkgrel=1
pkgdesc="The full power of the Perl programming language and the Apache HTTP server."
url="http://perl.apache.org"
depends=(apache perl)
source=(mod_perl-2.0-current.tar.gz)
md5sums=('3e7f7aefb19c772a998802990ced15c0')
build() {
cd $startdir/src/$pkgname-2.0.0-RC6
perl Makefile.PL MP_APXS=`which apxs` PERLPREFIX=$startdir/pkg/usr SITEPREFIX=$startdir/pkg/usr
make || return 1
make install
Maybe somebody will write tidier package. Take care. (Well, next would be embperl package).
Ja ne,
Antti

Similar Messages

  • Help with apache mod_perl

    I'm in the process of teaching myself perl, and I've also just set up a server. I'd like to combine my efforts .    I'd like to know how to set up apache with mod_perl. I gather it will probably need some sort of recompilation? I also don't see a mod_perl package anywhare. What will I have to do to set this up?
    I've been using linux for a while, and arch for most of the time, but I've never really played with this sort of thing before, so I'm kinda lost  :oops: .

    Dirty PKGBUILD, which doesn't work. Oh well, I'll repair it ASAp
    # $Id$
    pkgname=mod_perl
    pkgver=2.0
    pkgrel=1
    pkgdesc="The full power of the Perl programming language and the Apache HTTP server."
    url="http://perl.apache.org"
    depends=(apache perl)
    source=(mod_perl-2.0-current.tar.gz)
    md5sums=('3e7f7aefb19c772a998802990ced15c0')
    build() {
    cd $startdir/src/$pkgname-2.0.0-RC6
    perl Makefile.PL MP_APXS=`which apxs` PERLPREFIX=$startdir/pkg/usr SITEPREFIX=$startdir/pkg/usr
    make || return 1
    make install
    Maybe somebody will write tidier package. Take care. (Well, next would be embperl package).
    Ja ne,
    Antti

  • Compiling Apache with PERL module on Solaris 8

    Hi there,
    After the Richard's reply, I found the Apache sources on the intallation CD 2/2. And after a while I successful compile the apache WITH ITS STANDARD modules with the following command:
    $ ./configure --prefix=/usr/apache \
    --enable-module=most \
    --enable-shared=max \
    --with-layout=Solaris
    $ make
    $ make install
    But the above "configure" does not compile the companion mod_perl. So, I tried:
    ... $ ./configure --prefix=/usr/apache \
    --enable-module=most \
    --enable-shared=/usr/src/apache/mod_perl/src/modules/perl/mod_perl.c \
    --add-module=max \
    --enable-shared=max \
    --with-layout=Solaris
    but the above command just copies the "mod_perl.c" to the diretory
    "usr/src/apache/src/modules/extra"
    missing the corresponding *.h
    Then trying
    $ make
    The compilation fails because of ALL the
    files on the directory
    /usr/perl5/5.00503/sun4-solaris/CORE
    are not found.
    Any Hint?
    Thanks in advance
    C�sar

    have you tried downloading the source from apache.org and compiling it?
    ive installed apache on sol8 many times, but all from apache.. not from the cd..
    alphademon.com

  • Apache Seg Fault

    I have an apache 1.3 server that is intermittently seg faulting. The setup is 32 bit RHEL 5.2 Apache/mod_perl, Apache::DBI, Oracle 10.2.0.2 Server, Oracle 10.2.0.4 instant client.
    This does not happen when using the 10.1.0.5 instant client.
    The core dump shows the seg fault happening here:
    #0 0x06d39c9f in DecodePrivateKeyInfo () from /usr/local/oracle/instantclient_10_2/libnnz10.so
    Has anyone seen this before?

    I couldn't find anything on Metalink that sounds like that.
    Is the problem easily reproducible or does it occur intermittently?
    If you have a support contract with Oracle, you should open a service request.
    At any rate, it would be good if you could create a stack trace from the dump:
    * Make sure that "ulimit -c unlimited" is set for the user executing the program so that you get a full core dump.
    * Find out which executable it was (assuming the core file is called core.12345, you could "file core.12345").
    * Assuming the executable was "/usr/bin/httpd" and the core file is in /home/apache, start the debugger with "gdb /usr/bin/httpd /home/apache/core.12345".
    * Inside the debugger, type "info threads" to see if there is more then one thread.
    * Type "thread apply all where" to obtain a stack trace for all threads.
    * Type "quit" to exit the debugger.
    Post the stack trace, maybe we can see something from it.
    If you open a service request, include the stack trace.
    Yours,
    Laurenz Albe

  • Error while trying SSL on OHS

    I'm getting "Init: SSL call to NZ function nzos_OpenWallet failed with error 29248" error in log file HTTP_Server~1 while starting OHS (using opmnctl startall).
    I created a Wallet with auto login option checked. I was able to create certificate Request and got a certificate from verisign (14 days Validity). I imported Root certificate and intermediate certificate from verisign into the wallet and then successfully imported the trial certificate. After saving the wallet in default location I got 2 files (cwallet.sso and ewallet.p12) there.
    Configuration in opmn.xml is :
    <ias-component id="HTTP_Server">
    <process-type id="HTTP_Server" module-id="OHS">
    <environment>
    <variable id="PERL5LIB" value="D:\product\10.1.3\OracleAS_1\Apache\Apache\mod_perl\site\5.8.3\lib\MSWin32-x86-multi-thread;$ORACLE_HOME\perl\5.8.3\lib;$ORACLE_HOME\perl\site\5.8.3\lib"/>
    <variable id="PHPRC" value="D:\product\10.1.3\OracleAS_1\Apache\Apache\conf"/>
    <variable id="PATH"
    value="$ORACLE_HOME\Perl\5.8.3\bin\MSWin32-x86-multi-thread" append="true"/>
    </environment>
    <module-data>
    <category id="start-parameters">
    <data id="start-mode" value="ssl-enabled"/>
    </category>
    </module-data>
    <process-set id="HTTP_Server" numprocs="1"/>
    </process-type>
    </ias-component>
    my httpd.conf file is as follows:
    ## httpd.conf -- Apache HTTP server configuration file
    # Based upon the NCSA server configuration files originally by Rob McCool.
    # This is the main Apache server configuration file. It contains the
    # configuration directives that give the server its instructions.
    # See <URL:http://www.apache.org/docs/> for detailed information about
    # the directives.
    # Do NOT simply read the instructions in here without understanding
    # what they do. They're here only as hints or reminders. If you are unsure
    # consult the online docs. You have been warned.
    # After this file is processed, the server will look for and process
    # D:\product\10.1.3\OracleAS_1\Apache\Apache/conf/srm.conf and then D:\product\10.1.3\OracleAS_1\Apache\Apache/conf/access.conf
    # unless you have overridden these with ResourceConfig and/or
    # AccessConfig directives here.
    # The configuration directives are grouped into three basic sections:
    # 1. Directives that control the operation of the Apache server process as a
    # whole (the 'global environment').
    # 2. Directives that define the parameters of the 'main' or 'default' server,
    # which responds to requests that aren't handled by a virtual host.
    # These directives also provide default values for the settings
    # of all virtual hosts.
    # 3. Settings for virtual hosts, which allow Web requests to be sent to
    # different IP addresses or hostnames and have them handled by the
    # same Apache server process.
    # Configuration and logfile names: If the filenames you specify for many
    # of the server's control files begin with "/" (or "drive:/" for Win32), the
    # server will use that explicit path. If the filenames do not begin
    # with "/", the value of ServerRoot is prepended -- so "logs/foo.log"
    # with ServerRoot set to "D:\product\10.1.3\OracleAS_1\Apache\Apache" will be interpreted by the
    # server as "D:\product\10.1.3\OracleAS_1\Apache\Apache/logs/foo.log".
    # NOTE: Where filenames are specified, you must use forward slashes
    # instead of backslashes (e.g., "c:/apache" instead of "c:\apache").
    # If a drive letter is omitted, the drive on which Apache.exe is located
    # will be used by default. It is recommended that you always supply
    # an explicit drive letter in absolute paths, however, to avoid
    # confusion.
    ### Section 1: Global Environment
    # The directives in this section affect the overall operation of Apache,
    # such as the number of concurrent requests it can handle or where it
    # can find its configuration files.
    # ServerType is either inetd, or standalone. Inetd mode is only supported on
    # Unix platforms.
    ServerType standalone
    # ServerRoot: The top of the directory tree under which the server's
    # configuration, error, and log files are kept.
    # Do NOT add a slash at the end of the directory path.
    ServerRoot "D:\product\10.1.3\OracleAS_1\Apache\Apache"
    # PidFile: The file in which the server should record its process
    # identification number when it starts.
    PidFile logs/httpd.pid
    # ScoreBoardFile: File used to store internal server process information.
    # Not all architectures require this. But if yours does (you'll know because
    # this file will be created when you run Apache) then you must ensure that
    # no two invocations of Apache share the same scoreboard file.
    ScoreBoardFile logs/httpd.scoreboard
    # In the standard configuration, the server will process httpd.conf (this
    # file, specified by the -f command line option), srm.conf, and access.conf
    # in that order. The latter two files are now distributed empty, as it is
    # recommended that all directives be kept in a single file for simplicity.
    # The commented-out values below are the built-in defaults. You can have the
    # server ignore these files altogether by using "/dev/null" (for Unix) or
    # "nul" (for Win32) for the arguments to the directives.
    #ResourceConfig conf/srm.conf
    #AccessConfig conf/access.conf
    # Timeout: The number of seconds before receives and sends time out.
    Timeout 300
    # SendBufferSize: controls setsockopt() call made to set send buffer size on
    # all sockets. Default OS value on most Windows platforms is too small.
    # Larger values can help if the average page size served by OHS is
    # large (~64 k)
    SendBufferSize 16384
    # KeepAlive: Whether or not to allow persistent connections (more than
    # one request per connection). Set to "Off" to deactivate.
    KeepAlive On
    # MaxKeepAliveRequests: The maximum number of requests to allow
    # during a persistent connection. Set to 0 to allow an unlimited amount.
    # We recommend you leave this number high, for maximum performance.
    MaxKeepAliveRequests 100
    # KeepAliveTimeout: Number of seconds to wait for the next request from the
    # same client on the same connection.
    KeepAliveTimeout 15
    # Apache on Win32 always creates one child process to handle requests. If it
    # dies, another child process is created automatically. Within the child
    # process multiple threads handle incoming requests. The next two
    # directives control the behaviour of the threads and processes.
    # MaxRequestsPerChild: the number of requests each child process is
    # allowed to process before the child dies. The child will exit so
    # as to avoid problems after prolonged use when Apache (and maybe the
    # libraries it uses) leak memory or other resources. On most systems, this
    # isn't really needed, but a few (such as Solaris) do have notable leaks
    # in the libraries. For Win32, set this value to zero (unlimited)
    # unless advised otherwise.
    # NOTE: This value does not include keepalive requests after the initial
    # request per connection. For example, if a child process handles
    # an initial request and 10 subsequent "keptalive" requests, it
    # would only count as 1 request towards this limit.
    MaxRequestsPerChild 0
    # Number of concurrent threads (i.e., requests) the server will allow.
    # Set this value according to the responsiveness of the server (more
    # requests active at once means they're all handled more slowly) and
    # the amount of system resources you'll allow the server to consume.
    ThreadsPerChild 50
    # Server-pool size regulation. Rather than making you guess how many
    # server processes you need, Apache dynamically adapts to the load it
    # sees --- that is, it tries to maintain enough server processes to
    # handle the current load, plus a few spare servers to handle transient
    # load spikes (e.g., multiple simultaneous requests from a single
    # Netscape browser).
    # It does this by periodically checking how many servers are waiting
    # for a request. If there are fewer than MinSpareServers, it creates
    # a new spare. If there are more than MaxSpareServers, some of the
    # spares die off. The default values are probably OK for most sites.
    #MinSpareServers 5
    #MaxSpareServers 20
    # Limit on total number of servers running, i.e., limit on the number
    # of clients who can simultaneously connect --- if this limit is ever
    # reached, clients will be LOCKED OUT, so it should NOT BE SET TOO LOW.
    # It is intended mainly as a brake to keep a runaway server from taking
    # the system with it as it spirals down...
    #MaxClients 150
    # Listen: Allows you to bind Apache to specific IP addresses and/or
    # ports, in addition to the default. See also the <VirtualHost>
    # directive.
    #Listen 3000
    #Listen 12.34.56.78:80
    # BindAddress: You can support virtual hosts with this option. This directive
    # is used to tell the server which IP address to listen to. It can either
    # contain "*", an IP address, or a fully qualified Internet domain name.
    # See also the <VirtualHost> and Listen directives.
    #BindAddress *
    # Dynamic Shared Object (DSO) Support
    # To be able to use the functionality of a module which was built as a DSO you
    # have to place corresponding `LoadModule' lines at this location so the
    # directives contained in it are actually available before they are used.
    # Please read the file README.DSO in the Apache 1.3 distribution for more
    # details about the DSO mechanism and run `apache -l' for the list of already
    # built-in (statically linked and thus always available) modules in your Apache
    # binary.
    # Note: The order in which modules are loaded is important. Don't change
    # the order below without expert advice.
    # Example:
    # LoadModule foo_module libexec/mod_foo.dll
    LoadModule mime_magic_module modules/ApacheModuleMimeMagic.dll
    LoadModule mime_module modules/ApacheModuleMime.dll
    LoadModule dbm_auth_module modules/ApacheModuleAuthDBM.dll
    LoadModule digest_auth_module modules/ApacheModuleAuthDigest.dll
    LoadModule anon_auth_module modules/ApacheModuleAuthAnon.dll
    LoadModule cern_meta_module modules/ApacheModuleCERNMeta.dll
    LoadModule digest_module modules/ApacheModuleDigest.dll
    LoadModule expires_module modules/ApacheModuleExpires.dll
    LoadModule headers_module modules/ApacheModuleHeaders.dll
    LoadModule proxy_module modules/ApacheModuleProxy.dll
    LoadModule speling_module modules/ApacheModuleSpeling.dll
    LoadModule status_module modules/ApacheModuleStatus.dll
    LoadModule info_module modules/ApacheModuleInfo.dll
    LoadModule usertrack_module modules/ApacheModuleUserTrack.dll
    LoadModule vhost_alias_module modules/ApacheModuleVhostAlias.dll
    LoadModule agent_log_module modules/ApacheModuleLogAgent.dll
    LoadModule referer_log_module modules/ApacheModuleLogReferer.dll
    LoadModule perl_module modules/ApacheModulePerl.DLL
    LoadModule fastcgi_module modules/ApacheModuleFastCGI.dll
    LoadModule php4_module modules/ApacheModulePHP4.dll
    LoadModule onsint_module modules/ApacheModuleOnsint.dll
    LoadModule wchandshake_module modules/ApacheModuleWchandshake.dll
    ClearModuleList
    AddModule mod_so.c
    AddModule mod_onsint.c
    AddModule mod_mime_magic.c
    AddModule mod_mime.c
    AddModule mod_access.c
    AddModule mod_auth.c
    AddModule mod_negotiation.c
    AddModule mod_include.c
    AddModule mod_autoindex.c
    AddModule mod_dir.c
    AddModule mod_cgi.c
    #AddModule mod_userdir.c
    AddModule mod_alias.c
    AddModule mod_env.c
    AddModule mod_log_config.c
    AddModule mod_asis.c
    AddModule mod_imap.c
    AddModule mod_actions.c
    AddModule mod_setenvif.c
    AddModule mod_isapi.c
    AddModule mod_vhost_alias.c
    AddModule mod_log_referer.c
    AddModule mod_log_agent.c
    AddModule mod_auth_anon.c
    AddModule mod_auth_dbm.c
    AddModule mod_auth_digest.c
    AddModule mod_cern_meta.c
    AddModule mod_digest.c
    AddModule mod_expires.c
    AddModule mod_headers.c
    AddModule mod_proxy.c
    AddModule mod_speling.c
    AddModule mod_info.c
    AddModule mod_status.c
    AddModule mod_usertrack.c
    AddModule mod_perl.c
    AddModule mod_fastcgi.c
    AddModule mod_php4.c
    AddModule mod_wchandshake.c
    <IfDefine SSL>
    LoadModule ossl_module modules/ApacheModuleOSSL.DLL
    </IfDefine>
    # ExtendedStatus controls whether Apache will generate "full" status
    # information (ExtendedStatus On) or just basic information (ExtendedStatus
    # Off) when the "server-status" handler is called. The default is Off.
    ExtendedStatus On
    ### Section 2: 'Main' server configuration
    # The directives in this section set up the values used by the 'main'
    # server, which responds to any requests that aren't handled by a
    # <VirtualHost> definition. These values also provide defaults for
    # any <VirtualHost> containers you may define later in the file.
    # All of these directives may appear inside <VirtualHost> containers,
    # in which case these default settings will be overridden for the
    # virtual host being defined.
    # Port: The port to which the standalone server listens. Certain firewall
    # products must be configured before Apache can listen to a specific port.
    # Other running httpd servers will also interfere with this port. Disable
    # all firewall, security, and other services if you encounter problems.
    # To help diagnose problems use the Windows NT command NETSTAT -a
    Port 7777
    Listen 7777
    # ServerAdmin: Your address, where problems with the server should be
    # e-mailed. This address appears on some server-generated pages, such
    # as error documents.
    ServerAdmin [email protected]
    # ServerName allows you to set a host name which is sent back to clients for
    # your server if it's different than the one the program would get (i.e., use
    # "www" instead of the host's real name).
    # Note: You cannot just invent host names and hope they work. The name you
    # define here must be a valid DNS name for your host. If you don't understand
    # this, ask your network administrator.
    # If your host doesn't have a registered DNS name, enter its IP address here.
    # You will have to access it by its address (e.g., http://123.45.67.89/)
    # anyway, and this will make redirections work in a sensible way.
    # 127.0.0.1 is the TCP/IP local loop-back address, often named localhost. Your
    # machine always knows itself by this address. If you use Apache strictly for
    # local testing and development, you may use 127.0.0.1 as the server name.
    ServerName IFLMUD5DLHY4G.i-flex.com
    # DocumentRoot: The directory out of which you will serve your
    # documents. By default, all requests are taken from this directory, but
    # symbolic links and aliases may be used to point to other locations.
    DocumentRoot "D:\product\10.1.3\OracleAS_1\Apache\Apache\htdocs"
    # Each directory to which Apache has access, can be configured with respect
    # to which services and features are allowed and/or disabled in that
    # directory (and its subdirectories).
    # First, we configure the "default" to be a very restrictive set of
    # permissions.
    <Directory />
    Options FollowSymLinks MultiViews
    AllowOverride None
    </Directory>
    # Note that from this point forward you must specifically allow
    # particular features to be enabled - so if something's not working as
    # you might expect, make sure that you have specifically enabled it
    # below.
    # This should be changed to whatever you set DocumentRoot to.
    <Directory "D:\product\10.1.3\OracleAS_1\Apache\Apache\htdocs">
    # This may also be "None", "All", or any combination of "Indexes",
    # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
    # Note that "MultiViews" must be named explicitly --- "Options All"
    # doesn't give it to you.
    Options FollowSymLinks MultiViews
    # This controls which options the .htaccess files in directories can
    # override. Can also be "All", or any combination of "Options", "FileInfo",
    # "AuthConfig", and "Limit"
    AllowOverride None
    # Controls who can get stuff from this server.
    Order allow,deny
    Allow from all
    </Directory>
    # UserDir: The name of the directory which is appended onto a user's home
    # directory if a ~user request is received.
    # Under Win32, we do not currently try to determine the home directory of
    # a Windows login, so a format such as that below needs to be used. See
    # the UserDir documentation for details.
    <IfModule mod_userdir.c>
    UserDir "D:\product\10.1.3\OracleAS_1\Apache\Apache\users\"
    </IfModule>
    # Control access to UserDir directories. The following is an example
    # for a site where these directories are restricted to read-only.
    #<Directory /home/*/public_html>
    # AllowOverride FileInfo AuthConfig Limit
    # Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
    # <Limit GET POST OPTIONS PROPFIND>
    # Order allow,deny
    # Allow from all
    # </Limit>
    # <LimitExcept GET POST OPTIONS PROPFIND>
    # Order deny,allow
    # Deny from all
    # </LimitExcept>
    #</Directory>
    # DirectoryIndex: Name of the file or files to use as a pre-written HTML
    # directory index. Separate multiple entries with spaces.
    <IfModule mod_dir.c>
    DirectoryIndex index.html
    </IfModule>
    # AccessFileName: The name of the file to look for in each directory
    # for access control information.
    AccessFileName .htaccess
    # The following lines prevent .htaccess files from being viewed by
    # Web clients. Since .htaccess files often contain authorization
    # information, access is disallowed for security reasons. Comment
    # these lines out if you want Web visitors to see the contents of
    # .htaccess files. If you change the AccessFileName directive above,
    # be sure to make the corresponding changes here.
    # Also, folks tend to use names such as .htpasswd for password
    # files, so this will protect those as well.
    <Files ~ "^\.ht">
    Order allow,deny
    Deny from all
    </Files>
    # CacheNegotiatedDocs: By default, Apache sends "Pragma: no-cache" with each
    # document that was negotiated on the basis of content. This asks proxy
    # servers not to cache the document. Uncommenting the following line disables
    # this behavior, and proxies will be allowed to cache the documents.
    #CacheNegotiatedDocs
    # UseCanonicalName: (new for 1.3) With this setting turned on, whenever
    # Apache needs to construct a self-referencing URL (a URL that refers back
    # to the server the response is coming from) it will use ServerName and
    # Port to form a "canonical" name. With this setting off, Apache will
    # use the hostname:port that the client supplied, when possible. This
    # also affects SERVER_NAME and SERVER_PORT in CGI scripts.
    UseCanonicalName On
    # TypesConfig describes where the mime.types file (or equivalent) is
    # to be found.
    <IfModule mod_mime.c>
    TypesConfig conf/mime.types
    </IfModule>
    # DefaultType is the default MIME type the server will use for a document
    # if it cannot otherwise determine one, such as from filename extensions.
    # If your server contains mostly text or HTML documents, "text/plain" is
    # a good value. If most of your content is binary, such as applications
    # or images, you may want to use "application/octet-stream" instead to
    # keep browsers from trying to display binary files as though they are
    # text.
    DefaultType text/plain
    # The mod_mime_magic module allows the server to use various hints from the
    # contents of the file itself to determine its type. The MIMEMagicFile
    # directive tells the module where the hint definitions are located.
    # mod_mime_magic is not part of the default server (you have to add
    # it yourself with a LoadModule [see the DSO paragraph in the 'Global
    # Environment' section], or recompile the server and include mod_mime_magic
    # as part of the configuration), so it's enclosed in an <IfModule> container.
    # This means that the MIMEMagicFile directive will only be processed if the
    # module is part of the server.
    <IfModule mod_mime_magic.c>
    MIMEMagicFile conf/magic
    </IfModule>
    # HostnameLookups: Log the names of clients or just their IP addresses
    # e.g., www.apache.org (on) or 204.62.129.132 (off).
    # The default is off because it'd be overall better for the net if people
    # had to knowingly turn this feature on, since enabling it means that
    # each client request will result in AT LEAST one lookup request to the
    # nameserver.
    HostnameLookups Off
    # ErrorLog: The location of the error log file.
    # If you do not specify an ErrorLog directive within a <VirtualHost>
    # container, error messages relating to that virtual host will be
    # logged here. If you do define an error logfile for a <VirtualHost>
    # container, that host's errors will be logged there and not here.
    ErrorLog "|D:\product\10.1.3\OracleAS_1\Apache\Apache\bin\rotatelogs logs/error_log 43200"
    # LogLevel: Control the number of messages logged to the error.log.
    # Possible values include: debug, info, notice, warn, error, crit,
    # alert, emerg.
    LogLevel warn
    # The following directives define some format nicknames for use with
    # a CustomLog directive (see below).
    # Alternate "common" format to use when fronted by webcache:
    # LogFormat "%{ClientIP}i %l %u %t \"%r\" %>s %b %h" common_webcache
    # When webcache is forwarding requests to OHS, %h becomes the IP of
    # the originating webcache server and the real client IP is stored
    # in the ClientIP header. The common_webcache format can be used
    # in place of the common format when using webcache but with one
    # important caveat: if clients are capable of bypassing webcache
    # then it is possible to spoof the client IP by manually setting
    # the ClientIP header so the %h field should be monitored in such
    # an environment. Another alternative to specifying the ClientIP
    # header directly in a LogFormat is to use the "UseWebCacheIp"
    # directive:
    # UseWebCacheIp On
    # When this is specified, %h is derived internally from the ClientIP
    # header and the access log format does not need to be modified.
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    LogFormat "%{Referer}i -> %U" referer
    LogFormat "%{User-agent}i" agent
    # The location and format of the access logfile (Common Logfile Format).
    # If you do not define any access logfiles within a <VirtualHost>
    # container, they will be logged here. Contrariwise, if you do
    # define per-<VirtualHost> access logfiles, transactions will be
    # logged therein and not in this file.
    CustomLog "|D:\product\10.1.3\OracleAS_1\Apache\Apache\bin\rotatelogs logs/access_log 43200" common
    # If you would like to have agent and referer logfiles, uncomment the
    # following directives.
    #CustomLog logs/referer.log referer
    #CustomLog logs/agent.log agent
    # If you prefer a single logfile with access, agent, and referer information
    # (Combined Logfile Format) you can use the following directive.
    #CustomLog logs/access.log combined
    # Optionally add a line containing the server version and virtual host
    # name to server-generated pages (error documents, FTP directory listings,
    # mod_status and mod_info output etc., but not CGI generated documents).
    # Set to "EMail" to also include a mailto: link to the ServerAdmin.
    # Set to one of: On | Off | EMail
    ServerSignature On
    # Apache parses all CGI scripts for the shebang line by default.
    # This comment line, the first line of the script, consists of the symbols
    # pound (#) and exclamation (!) followed by the path of the program that
    # can execute this specific script. For a perl script, with perl.exe in
    # the C:\Program Files\Perl directory, the shebang line should be:
    #!c:/program files/perl/perl
    # Note you mustnot_ indent the actual shebang line, and it must be the
    # first line of the file. Of course, CGI processing must be enabled by
    # the appropriate ScriptAlias or Options ExecCGI directives for the files
    # or directory in question.
    # However, Apache on Windows allows either the Unix behavior above, or can
    # use the Registry to match files by extention. The command to execute
    # a file of this type is retrieved from the registry by the same method as
    # the Windows Explorer would use to handle double-clicking on a file.
    # These script actions can be configured from the Windows Explorer View menu,
    # 'Folder Options', and reviewing the 'File Types' tab. Clicking the Edit
    # button allows you to modify the Actions, of which Apache 1.3 attempts to
    # perform the 'Open' Action, and failing that it will try the shebang line.
    # This behavior is subject to change in Apache release 2.0.
    # Each mechanism has it's own specific security weaknesses, from the means
    # to run a program you didn't intend the website owner to invoke, and the
    # best method is a matter of great debate.
    # To enable the this Windows specific behavior (and therefore -disable- the
    # equivilant Unix behavior), uncomment the following directive:
    #ScriptInterpreterSource registry
    # The directive above can be placed in individual <Directory> blocks or the
    # .htaccess file, with either the 'registry' (Windows behavior) or 'script'
    # (Unix behavior) option, and will override this server default option.
    # Aliases: Add here as many aliases as you need (with no limit). The format is
    # Alias fakename realname
    <IfModule mod_alias.c>
    # Note that if you include a trailing / on fakename then the server will
    # require it to be present in the URL. So "/icons" isn't aliased in this
    # example, only "/icons/"..
    Alias /icons/ "D:\product\10.1.3\OracleAS_1\Apache\Apache\icons/"
    Alias /javacachedocs/ "D:\product\10.1.3\OracleAS_1\javacache\javadoc/"
    <IfModule mod_perl.c>
    Alias /perl/ "D:\product\10.1.3\OracleAS_1\Apache\Apache/cgi-bin/"
    </IfModule>
    <Directory "icons">
    Options MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>
    # ScriptAlias: This controls which directories contain server scripts.
    # ScriptAliases are essentially the same as Aliases, except that
    # documents in the realname directory are treated as applications and
    # run by the server when requested rather than as documents sent to the client.
    # The same rules about trailing "/" apply to ScriptAlias directives as to
    # Alias.
    ScriptAlias /cgi-bin/ "D:\product\10.1.3\OracleAS_1\Apache\Apache\cgi-bin/"
    # "D:\product\10.1.3\OracleAS_1\Apache\Apache/cgi-bin" should be changed to whatever your ScriptAliased
    # CGI directory exists, if you have that configured.
    <Directory "D:\product\10.1.3\OracleAS_1\Apache\Apache\cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
    </Directory>
    </IfModule>
    # End of aliases.
    # Redirect allows you to tell clients about documents which used to exist in
    # your server's namespace, but do not anymore. This allows you to tell the
    # clients where to look for the relocated document.
    # Format: Redirect old-URI new-URL
    # Directives controlling the display of server-generated directory listings.
    <IfModule mod_autoindex.c>
    # FancyIndexing is whether you want fancy directory indexing or standard
    # Note, add the option TrackModified to the IndexOptions default list only
    # if all indexed directories reside on NTFS volumes. The TrackModified flag
    # will report the Last-Modified date to assist caches and proxies to properly
    # track directory changes, but it does not work on FAT volumes.
    IndexOptions FancyIndexing
    # AddIcon* directives tell the server which icon to show for different
    # files or filename extensions. These are only displayed for
    # FancyIndexed directories.
    AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
    AddIconByType (TXT,/icons/text.gif) text/*
    AddIconByType (IMG,/icons/image2.gif) image/*
    AddIconByType (SND,/icons/sound2.gif) audio/*
    AddIconByType (VID,/icons/movie.gif) video/*
    AddIcon /icons/binary.gif .bin .exe
    AddIcon /icons/binhex.gif .hqx
    AddIcon /icons/tar.gif .tar
    AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
    AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
    AddIcon /icons/a.gif .ps .ai .eps
    AddIcon /icons/layout.gif .html .shtml .htm .pdf
    AddIcon /icons/text.gif .txt
    AddIcon /icons/c.gif .c
    AddIcon /icons/p.gif .pl .py
    AddIcon /icons/f.gif .for
    AddIcon /icons/dvi.gif .dvi
    AddIcon /icons/uuencoded.gif .uu
    AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
    AddIcon /icons/tex.gif .tex
    AddIcon /icons/bomb.gif core
    AddIcon /icons/back.gif ..
    AddIcon /icons/hand.right.gif README
    AddIcon /icons/folder.gif ^^DIRECTORY^^
    AddIcon /icons/blank.gif ^^BLANKICON^^
    # DefaultIcon is which icon to show for files which do not have an icon
    # explicitly set.
    DefaultIcon /icons/unknown.gif
    # AddDescription allows you to place a short description after a file in
    # server-generated indexes. These are only displayed for FancyIndexed
    # directories.
    # Format: AddDescription "description" filename
    #AddDescription "GZIP compressed document" .gz
    #AddDescription "tar archive" .tar
    #AddDescription "GZIP compressed tar archive" .tgz
    # ReadmeName is the name of the README file the server will look for by
    # default, and append to directory listings.
    # HeaderName is the name of a file which should be prepended to
    # directory indexes.
    # If MultiViews are amongst the Options in effect, the server will
    # first look for name.html and include it if found. If name.html
    # doesn't exist, the server will then look for name.txt and include
    # it as plaintext if found.
    ReadmeName README
    HeaderName HEADER
    # IndexIgnore is a set of filenames which directory indexing should ignore
    # and not include in the listing. Shell-style wildcarding is permitted.
    IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
    </IfModule>
    # End of indexing directives.
    # Document types.
    <IfModule mod_mime.c>
    # AddEncoding allows you to have certain browsers (Mosaic/X 2.1+) uncompress
    # information on the fly. Note: Not all browsers support this.
    # Despite the name similarity, the following Add* directives have nothing
    # to do with the FancyIndexing customization directives above.
    AddEncoding x-compress Z
    AddEncoding x-gzip gz tgz
    # AddLanguage allows you to specify the language of a document. You can
    # then use content negotiation to give a browser a file in a language
    # it can understand.
    # Note 1: The suffix does not have to be the same as the language
    # keyword --- those with documents in Polish (whose net-standard
    # language code is pl) may wish to use "AddLanguage pl .po" to
    # avoid the ambiguity with the common suffix for perl scripts.
    # Note 2: The example entries below illustrate that in quite
    # some cases the two character 'Language' abbriviation is not
    # identical to the two character 'Country' code for its country,
    # E.g. 'Danmark/dk' versus 'Danish/da'.
    # Note 3: In the case of 'ltz' we violate the RFC by using a three char
    # specifier. But there is 'work in progress' to fix this and get
    # the reference data for rfc1766 cleaned up.
    # Danish (da) - Dutch (nl) - English (en) - Estonian (ee)
    # French (fr) - German (de) - Greek-Modern (el)
    # Italian (it) - Korean (kr) - Norwegian (no)
    # Portugese (pt) - Luxembourgeois* (ltz)
    # Spanish (es) - Swedish (sv) - Catalan (ca) - Czech(cz)
    # Polish (pl) - Brazilian Portuguese (pt-br) - Japanese (ja)
    # Russian (ru)
    AddLanguage ar .ar
    AddLanguage da .dk .da
    AddLanguage nl .nl
    AddLanguage en .en
    AddLanguage et .ee
    AddLanguage fi .fi
    AddLanguage fr .fr
    AddLanguage de .de
    AddLanguage el .el
    AddLanguage es .es_ES .es
    AddLanguage he .he .iw
    AddLanguage hu .hu
    AddCharset ISO-8859-8 .iso8859-8
    AddLanguage it .it
    AddLanguage ja .ja
    AddCharset ISO-2022-JP .jis
    AddLanguage ko .ko
    AddLanguage kr .kr
    AddCharset ISO-2022-KR .iso-kr
    AddLanguage nn .nn
    AddLanguage no .no
    AddLanguage pl .po
    AddCharset ISO-8859-2 .iso-pl
    AddLanguage pt .pt
    AddLanguage pt-br .pt_BR .pt-br
    AddLanguage ltz .lu
    AddLanguage ca .ca
    AddLanguage sk .sk
    AddLanguage sv .sv
    AddLanguage th .th
    AddLanguage tr .tr
    AddLanguage cz .cz .cs
    AddLanguage ro .ro
    AddLanguage ru .ru
    AddLanguage zh-cn .zh_CN
    AddLanguage zh-tw .zh_TW
    AddCharset Big5 .Big5 .big5
    AddCharset WINDOWS-1251 .cp-1251
    AddCharset CP866 .cp866
    AddCharset ISO-8859-5 .iso-ru
    AddCharset KOI8-R .koi8-r
    AddCharset UCS-2 .ucs2
    AddCharset UCS-4 .ucs4
    AddCharset UTF-8 .utf8
    # LanguagePriority allows you to give precedence to some languages
    # in case of a tie during content negotiation.
    # Just list the languages in decreasing order of preference. We have
    # more or less alphabetized them here. You probably want to change this.
    <IfModule mod_negotiation.c>
    LanguagePriority ar en da nl et fi fr de el it ja ko kr no pl pt pt-br ro ru ltz ca es sk sv th tr zh-cn zh-tw zh-cn
    </IfModule>
    # AddType allows you to tweak mime.types without actually editing it, or to
    # make certain files to be certain types.
    # For example, the PHP 3.x module (not part of the Apache distribution - see
    # http://www.php.net) will typically use:
    #AddType application/x-httpd-php3 .php3
    #AddType application/x-httpd-php3-source .phps
    # And for PHP 4.x, use:
    AddType application/x-httpd-php .php .phtml
    AddType application/x-httpd-php-source .phps
    AddType application/x-tar .tgz
    # AddHandler allows you to map certain file extensions to "handlers",
    # actions unrelated to filetype. These can be either built into the server
    # or added with the Action command (see below)
    # If you want to use server side includes, or CGI outside
    # ScriptAliased directories, uncomment the following lines.
    # To use CGI scripts:
    #AddHandler cgi-script .cgi
    # To use server-parsed HTML files
    #AddType text/html .shtml
    #AddHandler server-parsed .shtml
    # Uncomment the following line to enable Apache's send-asis HTTP file
    # feature
    #AddHandler send-as-is asis
    # If you wish to use server-parsed imagemap files, use
    #AddHandler imap-file map
    # To enable type maps, you might want to use
    #AddHandler type-map var
    </IfModule>
    # End of document types.
    # Action lets you define media types that will execute a script whenever
    # a matching file is called. This eliminates the need for repeated URL
    # pathnames for oft-used CGI file processors.
    # Format: Action media/type /cgi-script/location
    # Format: Action handler-name /cgi-script/location
    # MetaDir: specifies the name of the directory in which Apache can find
    # meta information files. These files contain additional HTTP headers
    # to include when sending the document
    #MetaDir .web
    # MetaSuffix: specifies the file name suffix for the file containing the
    # meta information.
    #MetaSuffix .meta
    # Customizable error response (Apache style)
    # these come in three flavors
    # 1) plain text
    #ErrorDocument 500 "The server made a boo boo.
    # n.b. the single leading (") marks it as text, it does not get output
    # 2) local redirects
    #ErrorDocument 404 /missing.html
    # to redirect to local URL /missing.html
    #ErrorDocument 404 /cgi-bin/missing_handler.pl
    # N.B.: You can redirect to a script or a document using server-side-includes.
    # 3) external redirects
    #ErrorDocument 402 http://some.other_server.com/subscription_info.html
    # N.B.: Many of the environment variables associated with the original
    # request will not be available to such a script.
    # Customize behaviour based on the browser
    <IfModule mod_setenvif.c>
    # The following directives modify normal HTTP response behavior.
    # The first directive disables keepalive for Netscape 2.x and browsers that
    # spoof it. There are known problems with these browser implementations.
    # The second directive is for Microsoft Internet Explorer 4.0b2
    # which has a broken HTTP/1.1 implementation and does not properly
    # support keepalive when it is used on 301 or 302 (redirect) responses.
    BrowserMatch "Mozilla/2" nokeepalive
    BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
    # The following directive disables HTTP/1.1 responses to browsers which
    # are in violation of the HTTP/1.0 spec by not being able to grok a
    # basic 1.1 response.
    BrowserMatch "RealPlayer 4\.0" force-response-1.0
    BrowserMatch "Java/1\.0" force-response-1.0
    BrowserMatch "JDK/1\.0" force-response-1.0
    </IfModule>
    # End of browser customization directives
    # Allow server status reports, with the URL of http://servername/server-status
    # Change the ".your_domain.com" to match your domain to enable.
    <Location /server-status>
    SetHandler server-status
    Order deny,allow
    Deny from all
    Allow from localhost IFLMUD5DLHY4G.i-flex.com IFLMUD5DLHY4G
    </Location>
    # Allow remote server configuration reports, with the URL of
    # http://servername/server-info (requires that mod_info.c be loaded).
    # Change the ".your_domain.com" to match your domain to enable.
    #<Location /server-info>
    # SetHandler server-info
    # Order deny,allow
    # Deny from all
    # Allow from .your_domain.com
    #</Location>
    # There have been reports of people trying to abuse an old bug from pre-1.1
    # days. This bug involved a CGI script distributed as a part of Apache.
    # By uncommenting these lines you can redirect these attacks to a logging
    # script on phf.apache.org. Or, you can record them yourself, using the script
    # support/phf_abuse_log.cgi.
    #<Location /cgi-bin/phf*>
    # Deny from all
    # ErrorDocument 403 http://phf.apache.org/phf_abuse_log.cgi
    #</Location>
    # Proxy Server directives. Uncomment the following lines to
    # enable the proxy server:
    #<IfModule mod_proxy.c>
    # ProxyRequests On
    # <Directory proxy:*>
    # Order deny,allow
    # Deny from all
    # Allow from .your_domain.com
    # </Directory>
    # Enable/disable the handling of HTTP/1.1 "Via:" headers.
    # ("Full" adds the server version; "Block" removes all outgoing Via: headers)
    # Set to one of: Off | On | Full | Block
    # ProxyVia On
    # To enable the cache as well, edit and uncomment the following lines:
    # (no cacheing without CacheRoot)
    # CacheRoot "D:\product\10.1.3\OracleAS_1\Apache\Apache\proxy"
    # CacheSize 5
    # CacheGcInterval 4
    # CacheMaxExpire 24
    # CacheLastModifiedFactor 0.1
    # CacheDefaultExpire 1
    # NoCache a_domain.com another_domain.edu joes.garage_sale.com
    #</IfModule>
    # End of proxy directives.
    ### Section 3: Virtual Hosts
    # VirtualHost: If you want to maintain multiple domains/hostnames on your
    # machine you can setup VirtualHost containers for them. Most configurations
    # use only name-based virtual hosts so the server doesn't need to worry about
    # IP addresses. This is indicated by the asterisks in the directives below.
    # Please see the documentation at <URL:http://www.apache.org/docs/vhosts/>
    # for further details before you try to setup virtual hosts.
    # You may use the command line option '-S' to verify your virtual host
    # configuration.
    # Use name-based virtual hosting.
    #NameVirtualHost *
    #NameVirtualHost 12.34.56.78:80
    #NameVirtualHost 12.34.56.78
    # VirtualHost example:
    # Almost any Apache directive may go into a VirtualHost container.
    # The first VirtualHost section is used for requests without a known
    # server name.
    #<VirtualHost *>
    # ServerAdmin [email protected]
    # DocumentRoot /www/docs/dummy-host.example.com
    # ServerName dummy-host.example.com
    # ErrorLog logs/dummy-host.example.com-error_log
    # CustomLog logs/dummy-host.example.com-access_log common
    #</VirtualHost>
    #<VirtualHost default:*>
    #</VirtualHost>
    # Required for cgi perl scripts that are run from /cgi-bin/.
    SetEnv PERL5LIB "D:\product\10.1.3\OracleAS_1\perl\5.8.3\lib;D:\product\10.1.3\OracleAS_1\perl\site\5.8.3\lib"
    <IfModule mod_perl.c>
    # Perl Directives
    # PerlWarn On
    # PerlFreshRestart On
    # PerlSetEnv PERL5OPT Tw
    # PerlSetEnv PERL5LIB "D:\product\10.1.3\OracleAS_1\perl\5.8.3\lib;D:\product\10.1.3\OracleAS_1\perl\site\5.8.3\lib"
    PerlModule Apache
    # PerlModule Apache::Status
    PerlModule Apache::Registry
    # PerlModule Apache::CGI
    # PerlModule Apache::DBI
    # PerlRequire
    <Location /perl>
    SetHandler perl-script
    PerlHandler Apache::Registry
    AddHandler perl-script .pl
    Options +ExecCGI
    PerlSendHeader On
    </Location>
    # <Location /perl-status>
    # SetHandler perl-script
    # PerlHandler Apache::Status
    # order deny,allow
    # deny from all
    # allow from localhost
    # </Location>
    </IfModule>
    #Protect WEB-INF directory
    <DirectoryMatch /WEB-INF/>
    Order deny,allow
    Deny from all
    </DirectoryMatch>
    # Setup of FastCGI module
    <IfModule mod_fastcgi.c>
    Alias /fastcgi/ "D:\product\10.1.3\OracleAS_1\Apache\Apache\fastcgi/"
    ScriptAlias /fcgi-bin/ "D:\product\10.1.3\OracleAS_1\Apache\Apache\fcgi-bin/"
    <Directory "D:\product\10.1.3\OracleAS_1\Apache\Apache\fcgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
    SetHandler fastcgi-script
    <IfModule mod_ossl.c>
    SSLOptions +StdEnvVars
    </IfModule>
    </Directory>
    </IfModule>
    # Include the mod_oc4j configuration file
    include "D:\product\10.1.3\OracleAS_1\Apache\Apache\conf\mod_oc4j.conf"
    # Include the mod_dms configuration file
    include "D:\product\10.1.3\OracleAS_1\Apache\Apache\conf\dms.conf"
    # Loading rewrite_module here so it loads before mod_oc4j
    LoadModule rewrite_module modules/ApacheModuleRewrite.dll
    # Include the SSL definitions and Virtual Host container
    include "D:\product\10.1.3\OracleAS_1\Apache\Apache\conf\ssl.conf"
    # Include the mod_osso configuration file
    #include "D:\product\10.1.3\OracleAS_1\Apache\Apache\conf\mod_osso.conf"
    # Include the Oracle configuration file for custom settings
    include "D:\product\10.1.3\OracleAS_1\Apache\Apache\conf\oracle_apache.conf"
    my ssl.conf is as follows:
    <IfDefine SSL>
    ## SSL Global Context
    ## All SSL configuration in this context applies both to
    ## the main server and all SSL-enabled virtual hosts.
    # Pass Phrase Dialog:
    # Configure the pass phrase gathering process.
    # The filtering dialog program (`builtin' is a internal
    # terminal dialog) has to provide the pass phrase on stdout.
    SSLPassPhraseDialog builtin
    # Inter-Process Session Cache:
    # Configure the SSL Session Cache: First either `none'
    # or `dbm:/path/to/file' for the mechanism to use and
    # second the expiring timeout (in seconds).
    #SSLSessionCache none
    #SSLSessionCache dbm:logs\ssl_scache
    #SSLSessionCache shmht:logs\ssl_scache(512000)
    SSLSessionCache shmcb:logs\ssl_scache(512000)
    # SessionCache Timeout:
    # This directive sets the timeout in seconds for the information stored
    # in the global/inter-process SSL Session Cache. It can be set as low as
    # 15 for testing, but should be set to higher values like 300 in real life.
    SSLSessionCacheTimeout 300
    # Semaphore:
    # Configure the path to the mutual explusion semaphore the
    # SSL engine uses internally for inter-process synchronization.
    SSLMutex sem
    # Logging:
    # The home of the dedicated SSL protocol logfile. Errors are
    # additionally duplicated in the general error log file. Put
    # this somewhere where it cannot be used for symlink attacks on
    # a real server (i.e. somewhere where only root can write).
    # Log levels are (ascending order: higher ones include lower ones):
    # none, error, warn, info, trace, debug.
    SSLLog logs\ssl_engine_log
    SSLLogLevel warn
    ## SSL Virtual Host Context
    # NOTE: this value should match the SSL Listen directive set previously in this
    # file otherwise your virtual host will not respond to SSL requests.
    # Some MIME-types for downloading Certificates and CRLs
    AddType application/x-x509-ca-cert .crt
    AddType application/x-pkcs7-crl .crl
    ## SSL Support
    ## When we also provide SSL we have to listen to the
    ## standard HTTP port (see above) and to the HTTPS port
    # NOTE: if virtual hosts are used and you change a port value below
    # from the original value, be sure to update the default port used
    # for your virtual hosts as well.
    Listen 443
    <VirtualHost IFLMUD5DLHY4G.i-flex.com:443>
    # General setup for the virtual host
    DocumentRoot "D:\product\10.1.3\OracleAS_1\Apache\Apache\htdocs"
    ServerName IFLMUD5DLHY4G.i-flex.com
    #ServerAdmin [email protected]
    ErrorLog "|D:\product\10.1.3\OracleAS_1\Apache\Apache\bin\rotatelogs logs/error_log 43200"
    TransferLog "|D:\product\10.1.3\OracleAS_1\Apache\Apache\bin\rotatelogs logs/access_log 43200"
    Port 443
    # SSL Engine Switch:
    # Enable/Disable SSL for this virtual host.
    SSLEngine on
    # SSL Cipher Suite:
    # List the ciphers that the client is permitted to negotiate.
    SSLCipherSuite ALL:!ADH:!EXPORT56:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
    # Server Wallet:
    # The server wallet contains the server's certificate, private key
    # and trusted certificates. Set SSLWallet at the wallet directory
    # using the syntax: file:<path-to-wallet-directory>
    SSLWallet D:\product\10.1.3\OracleAS_1\Apache\Apache\conf\ssl.wlt\default\ewallet.p12
    #SSLWalletPassword iflex2007
    # Certificate Revocation Lists (CRL):
    # Set the CA revocation path where to find CA CRLs for client
    # authentication or alternatively one huge file containing all
    # of them (file must be PEM encoded)
    # Note: Inside SSLCARevocationPath you need hash symlinks
    # to point to the certificate files. Use the provided
    # Makefile to update the hash symlinks after changes.
    #SSLCARevocationPath conf\ssl.crl
    #SSLCARevocationFile conf\ssl.crl\ca-bundle.crl
    # Client Authentication (Type):
    # Client certificate verification type and depth. Types are
    # none, optional and require
    SSLVerifyClient optional
    # Access Control:
    # With SSLRequire you can do per-directory access control based
    # on arbitrary complex boolean expressions containing server
    # variable checks and other lookup directives. The syntax is a
    # mixture between C and Perl. See the mod_ssl documentation
    # for more details.
    #<Location />
    #SSLRequire ( %{SSL_CIPHER} !~ m/^(EXP|NULL)-/ \
    # and %{SSL_CLIENT_S_DN_O} eq "Snake Oil, Ltd." \
    # and %{SSL_CLIENT_S_DN_OU} in {"Staff", "CA", "Dev"} \
    # and %{TIME_WDAY} >= 1 and %{TIME_WDAY} <= 5 \
    # and %{TIME_HOUR} >= 8 and %{TIME_HOUR} <= 20 ) \
    # or %{REMOTE_ADDR} =~ m/^192\.76\.162\.[0-9]+$/
    #</Location>
    # SSL Engine Options:
    # Set various options for the SSL engine.
    # o FakeBasicAuth:
    # Translate the client X.509 into a Basic Authorisation. This means that
    # the standard Auth/DBMAuth methods can be used for access control. The
    # user name is the `one line' version of the client's X.509 certificate.
    # Note that no password is obtained from the user. Every entry in the user
    # file needs this password: `xxj31ZMTZzkVA'.
    # o ExportCertData:
    # This exports two additional environment variables: SSL_CLIENT_CERT and
    # SSL_SERVER_CERT. These contain the PEM-encoded certificates of the
    # server (always existing) and the client (only existing when client
    # authentication is used). This can be used to import the certificates
    # into CGI scripts.
    # o StdEnvVars:
    # This exports the standard SSL/TLS related `SSL_*' environment variables.
    # Per default this exportation is switched off for performance reasons,
    # because the extraction step is an expensive operation and is usually
    # useless for serving static content. So one usually enables the
    # exportation for CGI and SSI requests only.
    # o CompatEnvVars:
    # This exports obsolete environment variables for backward compatibility
    # to Apache-SSL 1.x, mod_ssl 2.0.x, Sioux 1.0 and Stronghold 2.x. Use this
    # to provide compatibility to existing CGI scripts.
    # o StrictRequire:
    # This denies access when "SSLRequireSSL" or "SSLRequire" applied even
    # under a "Satisfy any" situation, i.e. when it applies access is denied
    # and no other module can change it.
    # o OptRenegotiate:
    # This enables optimized SSL connection renegotiation handling when SSL
    # directives are used in per-directory context.
    #SSLOptions FakeBasicAuth ExportCertData CompatEnvVars StrictRequire
    <Files ~ "\.(cgi|shtml)$">
    SSLOptions +StdEnvVars
    </Files>
    <Directory "D:\product\10.1.3\OracleAS_1\Apache\Apache\cgi-bin">
    SSLOptions +StdEnvVars
    </Directory>
    SetEnvIf User-Agent "MSIE" nokeepalive ssl-unclean-shutdown
    # Per-Server Logging:
    # The home of a custom SSL log file. Use this when you want a
    # compact non-error SSL logfile on a virtual host basis.
    CustomLog "|D:\product\10.1.3\OracleAS_1\Apache\Apache\bin\rotatelogs logs/ssl_request_log 43200" \
    "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
    </VirtualHost>
    </IfDefine>
    Please help me rectifying this error.
    Thanks a lot in advance.

    Hi,
    Found a note explaining the significance of these errors.
    It says:
    "NZE-28862: SSL connection failed
    Cause: This error occurred because the peer closed the connection.
    Action: Enable Oracle Net tracing on both sides and examine the trace output. Contact Oracle Customer support with the trace output."
    For further details you may refer the Note: 244527.1 - Explanation of "SSL call to NZ function nzos_Handshake failed" error codes
    Thanks & Regards,
    Sindhiya V.

  • Unable to run postclone script in Web tier

    Hi guys,
    I am trying to clone an existing Oracle Ebsuiness Suite 12.1.3 environment.
    Now I am trying to execute command: perl adcfgclone.pl appsTier in the Web tier node, but I am getting next error message:
    Executing script in InstantiateFile:
    /oramet01/oraprodmet/apps/tech_st/10.1.3/perl/bin/perl -I /oramet01/oraprodmet/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /oramet01/oraprodmet/apps/tech_st/10.1.3/perl/lib/s
    ite_perl/5.8.3 -I /oramet01/oraprodmet/apps/apps_st/appl/au/12.0.0/perl -I /oramet01/oraprodmet/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/sun4-sola
    ris-thread-multi /oramet01/oraprodmet/apps/tech_st/10.1.3/appsutil/clone/ouicli.pl
    script returned:
    Beginning OUI CLI cloning for s_weboh_ohTue Oct 25 17:56:40 2011
    /oramet01/oraprodmet/apps/tech_st/10.1.3/jdk/bin/java -classpath /oramet01/oraprodmet/apps/apps_st/comn/clone/jlib/java:/oramet01/oraprodmet/apps/tech_st/10.1.3/oui/jli
    b/OraInstaller.jar:/oramet01/oraprodmet/apps/apps_st/comn/clone/jlib/xmlparserv2.jar:/oramet01/oraprodmet/apps/apps_st/comn/clone/jlib/ojdbc14.jar oracle.apps.ad.clone
    .util.OracleHomeCloner -OUICLI -e /oramet01/oraprodmet/inst/apps/PRODMET_gpmappora1-e/appl/admin/PRODMET_gpmappora1-e.xml -nolink -oaVar s_weboh_oh -homestub weboh -lo
    g /oramet01/oraprodmet/inst/apps/PRODMET_gpmappora1-e/admin/log/ohclone.log
    Finished OUI CLI cloning for s_weboh_oh with return code: 16777215Tue Oct 25 17:56:40 2011
    The difference that I have noted, is that in the source node the Java version in /usr/java path is pointing to 1.6.0.22:
    [oracrp ] ./java -version
    java version "1.6.0_22"
    Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
    Java HotSpot(TM) Server VM (build 17.1-b03, mixed mode)
    [gpmtest1-f]/usr/java/bin
    In the target node it is pointing to:
    $ ./java -version
    java version "1.5.0_21"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_21-b01)
    Java HotSpot(TM) Server VM (build 1.5.0_21-b01, mixed mode)
    $ pwd
    /usr/java/bin
    Any help or advice will be really appreciated.
    Thanks in advance.
    Kind regards,
    Francisco

    Hi,
    When I try to run ouicli.pl manually, I get next error message:
    $ pwd
    /oramet01/oraprodmet/apps/tech_st/10.1.3/appsutil/clone
    $ ./ouicli.pl
    Beginning OUI CLI cloning for s_weboh_ohTue Oct 25 19:09:10 2011
    /oramet01/oraprodmet/apps/tech_st/10.1.3/jdk/bin/java -classpath /oramet01/oraprodmet/apps/apps_st/comn/clone/jlib/java:/oramet01/oraprodmet/apps/tech_st/10.1.3/oui/jlib/OraInstaller.jar:/oramet01/oraprodmet/apps/apps_st/comn/clone/jlib/xmlparserv2.jar:/oramet01/oraprodmet/apps/apps_st/comn/clone/jlib/ojdbc14.jar oracle.apps.ad.clone.util.OracleHomeCloner -OUICLI -e /oramet01/oraprodmet/inst/apps/PRODMET_gpmappora1-e/appl/admin/PRODMET_gpmappora1-e.xml -nolink -oaVar s_weboh_oh -homestub weboh -log /oramet01/oraprodmet/inst/apps/PRODMET_gpmappora1-e/admin/log/ohclone.log
    Finished OUI CLI cloning for s_weboh_oh with return code: 16777215Tue Oct 25 19:09:10 2011
    Any help or advice will be really appreciated.
    Thanks in advance.
    Kind regards,
    Francisco

  • Error "RC-50013" in ApplyAppsTechStack for Step 3 of 5 (53% and 92%) R12 installation

    I've tried to install R12 on Windows Server 2003 32-bit as well as 2008 64-bit.
    Both instances generated seemed to hang at Step 3 of 5: 53% total and 92% (Registering Tech Stack)
    I'm using Cygwin and Visual Studio 8 that were configured based on this guide: http://dl.dropboxusercontent.com/u/84997033/eBusiness%20Suite%20Installation%20Guide.pdf
    The OUI states that ompn has been started and no other actions are displayed.
    The command: ps -ef | grep opmn returned nothing which tells me there were no processes running in regards to opmn.
    Any help would be greatly appreciated
    The following logs are from the 32-bit Windows Server 2003 installation:
    The 12101150.log in VIS\inst\apps\VIS_darien\logs contains the error code:
      |      3% completed      
      /      3% completed      
      -      3% completed      
      \      3% completed      
      |      3% completed      
      /      3% completed      
      -      3% completed      
      \      3% completed       RC-50004: Fatal: Error occurred in ApplyAppsTechStack:
    RC-50013: Fatal: Failed to instantiate driver E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\driver\regclone.drv
    ApplyTechStack_12101247.log contains the following:
    Started ApplyAppsTechStack at Tue Dec 10 12:47:52 CST 2013
    Version:
      ApplyAppsTechStack.java : 120.23
    Executing home registration for s_weboh_oh...
    Registering using Registration Driver
    E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\driver\regclone.drv
    instantiate file:
       source : E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\adouiweboh.pl
       dest   : E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl
       backup : E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl to E:\oracle\VIS\inst\apps\VIS_darien\out\ouicli.pl
       setting permissions: 700
    instantiate file:
       source : E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\txkstubcfg1013.pl
       dest   : E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl
       backup : E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl to E:\oracle\VIS\inst\apps\VIS_darien\out\txkstubcfg1013.pl
       setting permissions: 700
    instantiate file:
       source : E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\apachectl_sh_1013_oh.tmp
       dest   : E:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\bin\apachectl
       backup : E:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\bin\apachectl to E:\oracle\VIS\inst\apps\VIS_darien\out\apachectl
       setting permissions: 700
    Executing script in InstantiateFile:
    E:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe -I E:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib\MSWin32-x86-multi-thread -I E:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib -I E:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib\MSWin32-x86-multi-thread -I E:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib -I E:\oracle\VIS\apps\apps_st\appl\au\12.0.0\perl -I E:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\mod_perl\site\5.8.3\lib\MSWin32-x86-multi-thread E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl
    script returned:
    Timed out( 3750000 ): Interrupted Exception
    Beginning OUI CLI cloning for s_weboh_ohTue Dec 10 12:47:55 2013
    E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\jdk\jre\bin\java.exe -classpath C:\StageR12\startCD\Disk1\rapidwiz\jlib\java;E:\oracle\VIS\apps\tech_st\10.1.3\oui\jlib\OraInstaller.jar;C:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;C:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar  oracle.apps.ad.clone.util.OracleHomeCloner  -OUICLI -e E:\oracle\VIS\inst\apps\VIS_darien\appl\admin\VIS_darien.xml -nolink -oaVar s_weboh_oh -homestub weboh -log E:\oracle\VIS\inst\apps\VIS_darien\admin\log\ohclone.log
    running OUI CLI home cloning:
      E:\oracle\VIS\apps\tech_st\10.1.3\oui\bin\setup.exe  -nowait  -clone -silent -force -nolink -waitForCompletion session:ORACLE_HOME=E:\oracle\VIS\apps\tech_st\10.1.3 oracle.as.j2ee.top:s_asInstanceName=VIS_darien_WEBOH oracle.as.j2ee.top:s_adminName=oc4jadmin oracle.as.j2ee.top:s_adminPassword=welcome ORACLE_HOME_NAME=VIS_darien_WEBOH -J-Doracle.installer.noLink=true
    Executing script in InstantiateFile:
    E:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe -I E:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib\MSWin32-x86-multi-thread -I E:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib -I E:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib\MSWin32-x86-multi-thread -I E:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib -I E:\oracle\VIS\apps\apps_st\appl\au\12.0.0\perl -I E:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\mod_perl\site\5.8.3\lib\MSWin32-x86-multi-thread E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl
    script returned:
    .end std out.
    .end err out.
    instantiate file:
       source : E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\adouiweboh.pl
       dest   : E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl
       backup : E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl to E:\oracle\VIS\inst\apps\VIS_darien\out\ouicli0.pl
       setting permissions: 700
    instantiate file:
       source : E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\txkstubcfg1013.pl
       dest   : E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl
       backup : E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl to E:\oracle\VIS\inst\apps\VIS_darien\out\txkstubcfg10130.pl
       setting permissions: 700
    instantiate file:
       source : E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\apachectl_sh_1013_oh.tmp
       dest   : E:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\bin\apachectl
       backup : E:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\bin\apachectl to E:\oracle\VIS\inst\apps\VIS_darien\out\apachectl0
       setting permissions: 700
    E:\oracle\VIS\inst\apps\VIS_darien\admin\log\adcvmlog.xml does not exist. Ignore it
    [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>
      [APPLY PHASE]
      AutoConfig could not successfully execute the following scripts:
        Directory: E:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe -I E:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib\MSWin32-x86-multi-thread -I E:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib -I E:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib\MSWin32-x86-multi-thread -I E:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib -I E:\oracle\VIS\apps\apps_st\appl\au\12.0.0\perl -I E:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\mod_perl\site\5.8.3\lib\MSWin32-x86-multi-thread E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone
          ouicli.pl               INSTE8_APPLY       -1
    AutoConfig is exiting with status 1
    RC-50013: Fatal: Instantiate driver did not complete successfully.
    E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\driver\regclone.drv

    Hi again Hussein,
    I tried the steps you mentioned but still no luck, same error. I was wondering if we could talk about this privately as I would like to purpose something to you.
    Also, I've updated the logs with as many as I could find.: https://www.dropbox.com/s/k10fcwo7jzwonjx/LogsUpdated.zip
    Just in case you were wondering.
    The new setup is as follows:
    Full Computer Name: Darien.workgroup.com
    Workgroup: WORKGROUP
    Computer Name: Darien
    Member of: WORKGROUP
    Primary DNS suffix: workgroup.com
    The updated host file is:
    192.168.100.44
    eola
    192.168.100.40
    aurora
    192.168.100.41
    bolingbrook
    192.168.100.46
    FAIRVIEW
    192.168.100.43
    Darien.workgroup.com

  • Can the WLPI be used for a perl web site

    We have a client, which has a perl(Apache/mod_perl) based web site. Cutomers submit orders on the web site and right now there is an order-processing system, but the client is looking for workflow/process product which will ease with all this order processing stuff like acknowledgement, approval, shipping, etc....So my question here is, can they use the WeBLogic Process Integrator for this purpose? The reason I am asking this is, looking at the WLPI docs, it looks like a Java/WebLogic only product and cannot be used for a perl web site.Thanks,Shireesh Thanneru

    Yes.
    However I would not recommend it, at least as your primary connection for the SmartTV.  Relying primarily on VZW data plans is a bad way to view video services such as Netflix at the moment.  It is very easy to chew through your plan with only a few videos depending on the resolution and a few other factors.  Not only that but a smart TV may be periodically checking the internet from time to time to download firmware updates or provide reporting stats to the manufacturer. 
    VZW Jetpacks continue to be a poor choice for home primary internet replacement.  The data plans that come from VZW and all other metered wireless providers are not friendly to this kind of internet traffic.  Letting your guard down for a moment could result in costly overages and once you accumulate them you will be liable to pay them.  A normal cable or DSL line with a high/unlimited cap would be more appropriate.
    If the Jetpack is a backup or temporary internet connection then go for it.  This is what a Jetpack is designed for, you can get by every now and then without too much risk.  Just make sure you are powering your Jetpack down as soon as you are done streaming and keep a close eye on your data plan before and after any major viewing. 

  • Autoconfig in Application Tier went error

    Hi,
    While running Autoconfig in Application after clone it got error, Please advise..
    DB Version : 11.1.0.7
    Apps Version : 12.1.1
    Please find the below error message..
    Starting AutoConfig at Fri Jan  4 11:24:35 2013
    Using adconfig.pl version 120.26
    *     Classpath : /u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip:/u02/appldev/apps/apps_st/comn/java/classes*
    *===========================================================================*
    Starting Utility to Report Version Conflicts at Fri Jan 04 11:24:43 IST 2013
    Using VersionConflictListGenerator.java version 120.3
    All driver files processed.
    No version conflict encountered.
    *===========================================================================*
    *     Using Context file : /u02/appldev/inst/apps/BALA_devclone/appl/admin/BALA_devclone.xml*
    Attempting to create a back up of the Context file
    Created back up file of name :
    */u02/appldev/inst/apps/BALA_devclone/admin/out/01041124/BALA_devclone.xml*
    *===========================================================================*
    Starting synchronization of file system Context file and its templates with those in the database
    Database connection     : Established
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL=''
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost    : devclone
    sDbDomain  : valueglobal.net
    sDbPort    : 1524
    sDbSid     : BALA
    sDbUser    : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@devclone.valueglobal.net:1524:BALA
    Connection obtained
    -------------------ADX Database Utility Finished---------------
    OAM Context editing support feature: Enabled
    OAM Customization support feature  : Enabled
    File system template    : /u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/adxmlctx.tmp
    Checking for customizations to Context template
    Customizations found    : Yes
    Action to be taken      : Customizations to be appended to the template
    Result                  : Customizations successfully appended
    Location of the customized template :/u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/custom/adxmlctx.tmp
    File system Context information template: /u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/adctxinf.tmp
    Updating customizations to Context Information template
    Custom Information template : /u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/custom/adctxinf.tmp
    Action to be taken      : Customizations to be appended to the inf template
    Result                  : Customizations successfully appended
    Location of the customized inf template :/u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/custom/adctxinf.tmp
    *.end err out.*
    Processing DriverFile = /u02/appldev/apps/apps_st/appl/ont/12.0.0/admin/driver/onttmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for ONT_TOP
    Processing DriverFile = /u02/appldev/apps/apps_st/appl/ar/12.0.0/admin/driver/artmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for AR_TOP
    Processing DriverFile = /u02/appldev/apps/apps_st/appl/ahl/12.0.0/admin/driver/ahltmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for AHL_TOP
    Processing DriverFile = /u02/appldev/apps/apps_st/appl/ozf/12.0.0/admin/driver/ozftmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for OZF_TOP
    Processing DriverFile = /u02/appldev/apps/apps_st/appl/ies/12.0.0/admin/driver/iestmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for IES_TOP
    instantiate file:
    source : /u02/appldev/apps/apps_st/appl/ies/12.0.0/admin/template/cooper.sh
    dest   : /u02/appldev/inst/apps/BALA_devclone/admin/install/cooper.sh
    backup : /u02/appldev/inst/apps/BALA_devclone/admin/install/cooper.sh to /u02/appldev/inst/apps/BALA_devclone/admin/out/01041124/cooper.sh
    setting permissions: 755
    setting ownership: appldev:appldev
    Processing DriverFile = /u02/appldev/apps/apps_st/appl/csd/12.0.0/admin/driver/csdtmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for CSD_TOP
    Processing DriverFile = /u02/appldev/apps/apps_st/appl/igc/12.0.0/admin/driver/igctmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for IGC_TOP
    instantiate file:
    source : /u02/appldev/apps/apps_st/appl/igc/12.0.0/admin/template/igccmprf.sql
    dest   : /u02/appldev/inst/apps/BALA_devclone/admin/install/igccmprf.sql
    backup : /u02/appldev/inst/apps/BALA_devclone/admin/install/igccmprf.sql to /u02/appldev/inst/apps/BALA_devclone/admin/out/01041124/igccmprf.sql
    setting permissions: 600
    setting ownership: appldev:appldev
    instantiate file:
    source : /u02/appldev/apps/apps_st/appl/igc/12.0.0/admin/template/igccmprf.sh
    dest   : /u02/appldev/inst/apps/BALA_devclone/admin/install/igccmprf.sh
    backup : /u02/appldev/inst/apps/BALA_devclone/admin/install/igccmprf.sh to /u02/appldev/inst/apps/BALA_devclone/admin/out/01041124/igccmprf.sh
    setting permissions: 700
    setting ownership: appldev:appldev
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for IGC_TOP
    Executing script in InstantiateFile:
    */u02/appldev/inst/apps/BALA_devclone/admin/install/igccmprf.sh*
    script returned:
    igccmprf.sh started at Fri Jan  4 11:29:18 IST 2013
    The environment settings are as follows ...
    ORACLE_HOME : /u02/appldev/apps/tech_st/10.1.2
    ORACLE_SID :
    TWO_TASK : BALA
    PATH : /u02/appldev/apps/tech_st/10.1.3/perl/bin:/u02/appldev/apps/tech_st/10.1.2/bin:/u02/appldev/apps/apps_st/appl/fnd/12.0.0/bin:/u02/appldev/apps/apps_st/appl/ad/12.0.0/bin:/u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin:/u02/appldev/apps/apps_st/comn/util/unzip/unzip::/u02/appldev/apps/tech_st/10.1.2/bin:/usr/bin:/usr/sbin:/u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin:/u02/appldev/apps/tech_st/10.1.3/perl/bin:/u02/appldev/apps/tech_st/10.1.3/perl/bin:/u02/appldev/apps/tech_st/10.1.2/bin:/u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin:/u02/appldev/apps/apps_st/comn/util/unzip/unzip:/u02/appldev/apps/tech_st/10.1.2/bin:/usr/bin:/usr/sbin:/u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/appldev/bin:/u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/bin:/u02/appldev/apps/tech_st/10.1.3/ant/bin:/u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/bin:/u02/appldev/apps/tech_st/10.1.3/ant/bin
    LD_LIBRARY_PATH : /u02/appldev/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u02/appldev/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/u02/appldev/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/u02/appldev/apps/apps_st/appl/cz/12.0.0/bin:/u02/appldev/apps/tech_st/10.1.2/lib32:/u02/appldev/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/u02/appldev/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u02/appldev/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/u02/appldev/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/u02/appldev/apps/apps_st/appl/sht/12.0.0/lib
    Executable : /u02/appldev/apps/tech_st/10.1.2/bin/sqlplus
    SQLPlus: Release 10.1.0.5.0 - Production on Fri Jan 4 11:29:18 2013*
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Enter value for 1: Enter value for 2: Enter value for 3: Enter value for 4: Connected.
    Updated profile option value - 1 row(s) updated
    Application Id : 8407
    Profile Name : IGC_DEBUG_LOG_DIRECTORY
    Level Id : 10001
    New Value :
    */u02/appldev/inst/apps/BALA_devclone/logs/appl/conc/log/BALA_devclone*
    Old Value :
    */u02/appldev/inst/apps/BALA_devclone/logs/appl/conc/log/BALA_devclone*
    PL/SQL procedure successfully completed.
    Commit complete.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    igccmprf.sh exiting with status 0
    ERRORCODE = 0 ERRORCODE_END
    *.end std out.*
    *.end err out.*
    Product Top Drivers executed : AD_TOP  FND_TOP  ICX_TOP  MSC_TOP  IEO_TOP  BIS_TOP  AMS_TOP  CCT_TOP  WSH_TOP  CLN_TOP  OKE_TOP  OKL_TOP  OKS_TOP  CSF_TOP  IGS_TOP  IBY_TOP  JTF_TOP  MWA_TOP  CN_TOP  CSI_TOP  WIP_TOP  CSE_TOP  EAM_TOP  FTE_TOP  ONT_TOP  AR_TOP  AHL_TOP  OZF_TOP  IES_TOP  CSD_TOP  IGC_TOP
    *===========================================================================*
    Starting Restore Profile utility at Fri Jan 04 11:29:19 IST 2013
    Using version 120.4
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL=''
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost    : devclone
    sDbDomain  : valueglobal.net
    sDbPort    : 1524
    sDbSid     : BALA
    sDbUser    : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@devclone.valueglobal.net:1524:BALA
    Connection obtained
    -------------------ADX Database Utility Finished---------------
    *     Verifying connection to the Database : Established*
    *     Restore Profile Feature : Enabled*
    *     Restore Profile file created at : /u02/appldev/inst/apps/BALA_devclone/admin/out/01041124/restore.sql*
    Purging the table ADX_PRE_AUTOCONFIG of rows containing attribute BALA_devclone
    Purging completed
    Restore Profile utility ran successfully
    *===========================================================================*
    adcvmlog.xml renamed to /u02/appldev/inst/apps/BALA_devclone/admin/log/01041124/adcvmlog.xml.01041129
    *[CVM Error Report]*
    The following report lists errors encountered during CVM Phase
    *<filename> <return code where appropriate>*
    */u02/appldev/apps/apps_st/appl/ad/12.0.0/bin/adgentns.pl 2*
    No of scripts failed in CVM phase: 1
    AutoConfig is exiting with status 1 ..
    Need Urgent help..

    Continuation :
    [ s_jtffstart ]
    Action : translate
    Change reason : To prevent the content of the DBC file from being written into the Fulfillment Server log file
    Expected value : [u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u02/appldev/apps/apps_st/comn/java/lib/jdbc6.zip:/u02/appldev/apps/apps_st/comn/java/lib/orai18n.zip:/u02/appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u02/appldev/apps/apps_st/comn/java/classes:/u02/appldev/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.TempDir=/u02/appldev/inst/apps/BALA_devclone/temp -Dengine.CommandPort=9303 -Dengine.AOLJ.config=/u02/appldev/inst/apps/BALA_devclone/appl/fnd/12.0.0/secure/BALA.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dprint.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log/jtffmctl.txt]
    Found value : /u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u02/appldev/apps/apps_st/comn/java/lib/jdbc6.zip:/u02/appldev/apps/apps_st/comn/java/lib/orai18n.zip:/u02/appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u02/appldev/apps/apps_st/comn/java/classes:/u02/appldev/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.TempDir=/u02/appldev/inst/apps/BALA_devclone/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9303 -Dengine.AOLJ.config=/u02/appldev/inst/apps/BALA_devclone/appl/fnd/12.0.0/secure/BALA.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dprint.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log/jtffmctl.txt
    New value : /u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u02/appldev/apps/apps_st/comn/java/lib/jdbc6.zip:/u02/appldev/apps/apps_st/comn/java/lib/orai18n.zip:/u02/appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u02/appldev/apps/apps_st/comn/java/classes:/u02/appldev/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.TempDir=/u02/appldev/inst/apps/BALA_devclone/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9303 -Dengine.AOLJ.config=/u02/appldev/inst/apps/BALA_devclone/appl/fnd/12.0.0/secure/BALA.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dprint.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log/jtffmctl.txt
    Check Condition : Unconditional
    INFO : Customer has the new value already in place - skipping
    [ s_jtffstart ]
    Action : translate
    Change reason : To prevent the content of the DBC file from being written into the Fulfillment Server log file
    Expected value : [u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u02/appldev/apps/apps_st/comn/java/lib/jdbc6.zip:/u02/appldev/apps/apps_st/comn/java/lib/orai18n.zip:/u02/appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u02/appldev/apps/apps_st/comn/java/classes:/u02/appldev/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.TempDir=/u02/appldev/inst/apps/BALA_devclone/temp -Dengine.CommandPort=9303 -Dengine.AOLJ.config=/u02/appldev/inst/apps/BALA_devclone/appl/fnd/12.0.0/secure/BALA.dbc -Dengine.ServerID=5000 -Ddebug=full -Dengine.LogLevel=9 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dprint.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log/jtffmctl.txt]
    Found value : /u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u02/appldev/apps/apps_st/comn/java/lib/jdbc6.zip:/u02/appldev/apps/apps_st/comn/java/lib/orai18n.zip:/u02/appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u02/appldev/apps/apps_st/comn/java/classes:/u02/appldev/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.TempDir=/u02/appldev/inst/apps/BALA_devclone/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9303 -Dengine.AOLJ.config=/u02/appldev/inst/apps/BALA_devclone/appl/fnd/12.0.0/secure/BALA.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dprint.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log/jtffmctl.txt
    New value : /u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u02/appldev/apps/apps_st/comn/java/lib/jdbc6.zip:/u02/appldev/apps/apps_st/comn/java/lib/orai18n.zip:/u02/appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u02/appldev/apps/apps_st/comn/java/classes:/u02/appldev/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.TempDir=/u02/appldev/inst/apps/BALA_devclone/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9303 -Dengine.AOLJ.config=/u02/appldev/inst/apps/BALA_devclone/appl/fnd/12.0.0/secure/BALA.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dprint.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log/jtffmctl.txt
    Check Condition : Unconditional
    INFO : Customer has the new value already in place - skipping
    [ s_jtffstart ]
    Action : translate
    Change reason : To prevent the content of the DBC file from being written into the Fulfillment Server log file
    Expected value : [u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u02/appldev/apps/apps_st/comn/java/lib/jdbc6.zip:/u02/appldev/apps/apps_st/comn/java/lib/orai18n.zip:/u02/appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u02/appldev/apps/apps_st/comn/java/classes:/u02/appldev/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.TempDir=/u02/appldev/inst/apps/BALA_devclone/temp -Dengine.CommandPort=9303 -Dengine.AOLJ.config=/u02/appldev/inst/apps/BALA_devclone/appl/fnd/12.0.0/secure/BALA.dbc -Dengine.ServerID=5000 -Ddebug=full -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dprint.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log/jtffmctl.txt]
    Found value : /u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u02/appldev/apps/apps_st/comn/java/lib/jdbc6.zip:/u02/appldev/apps/apps_st/comn/java/lib/orai18n.zip:/u02/appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u02/appldev/apps/apps_st/comn/java/classes:/u02/appldev/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.TempDir=/u02/appldev/inst/apps/BALA_devclone/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9303 -Dengine.AOLJ.config=/u02/appldev/inst/apps/BALA_devclone/appl/fnd/12.0.0/secure/BALA.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dprint.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log/jtffmctl.txt
    New value : /u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u02/appldev/apps/apps_st/comn/java/lib/jdbc6.zip:/u02/appldev/apps/apps_st/comn/java/lib/orai18n.zip:/u02/appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u02/appldev/apps/apps_st/comn/java/classes:/u02/appldev/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.TempDir=/u02/appldev/inst/apps/BALA_devclone/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9303 -Dengine.AOLJ.config=/u02/appldev/inst/apps/BALA_devclone/appl/fnd/12.0.0/secure/BALA.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dprint.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log/jtffmctl.txt
    Check Condition : Unconditional
    INFO : Customer has the new value already in place - skipping
    [ s_jtffstart ]
    Action : translate
    Change reason : To prevent the content of the DBC file from being written into the Fulfillment Server log file
    Expected value : [u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u02/appldev/apps/apps_st/comn/java/lib/jdbc6.zip:/u02/appldev/apps/apps_st/comn/java/lib/orai18n.zip:/u02/appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u02/appldev/apps/apps_st/comn/java/classes:/u02/appldev/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.TempDir=/u02/appldev/inst/apps/BALA_devclone/temp -Dengine.CommandPort=9303 -Dengine.AOLJ.config=/u02/appldev/inst/apps/BALA_devclone/appl/fnd/12.0.0/secure/BALA.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=9 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dprint.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log/jtffmctl.txt]
    Found value : /u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u02/appldev/apps/apps_st/comn/java/lib/jdbc6.zip:/u02/appldev/apps/apps_st/comn/java/lib/orai18n.zip:/u02/appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u02/appldev/apps/apps_st/comn/java/classes:/u02/appldev/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.TempDir=/u02/appldev/inst/apps/BALA_devclone/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9303 -Dengine.AOLJ.config=/u02/appldev/inst/apps/BALA_devclone/appl/fnd/12.0.0/secure/BALA.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dprint.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log/jtffmctl.txt
    New value : /u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u02/appldev/apps/apps_st/comn/java/lib/jdbc6.zip:/u02/appldev/apps/apps_st/comn/java/lib/orai18n.zip:/u02/appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u02/appldev/apps/apps_st/comn/java/classes:/u02/appldev/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.TempDir=/u02/appldev/inst/apps/BALA_devclone/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9303 -Dengine.AOLJ.config=/u02/appldev/inst/apps/BALA_devclone/appl/fnd/12.0.0/secure/BALA.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dprint.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log/jtffmctl.txt
    Check Condition : Unconditional
    INFO : Customer has the new value already in place - skipping
    [ s_adovars_file ]
    Action : translate
    Change reason : Need to create instance specific adovars.env file in order to support AutoConfig parallel run in a shared appltop environment.
    Expected value : [u02/appldev/apps/apps_st/appl/admin/adovars.env]
    Found value : /u02/appldev/inst/apps/BALA_devclone/appl/admin/adovars_BALA_devclone.env
    New value : /u02/appldev/inst/apps/BALA_devclone/appl/admin/adovars_BALA_devclone.env
    Check Condition : Unconditional
    INFO : Customer has the new value already in place - skipping
    [ s_forms_blockurlchar ]
    Action : translate
    Change reason : To ensure that forms get launched successfully even if the responsibility name contains (, ) charecters
    Expected value : [%0a,%0d,!,%21,",%22,(,),[,%5b,],%5d,{,%7b,|,%7c,%7f,>,%3c,<,%3e]
    Found value : %0a,%0d,!,%21,",%22,[,%5b,],%5d,{,%7b,|,%7c,%7f,>,%3c,<,%3e
    New value : %0a,%0d,!,%21,",%22,[,%5b,],%5d,{,%7b,|,%7c,%7f,>,%3c,<,%3e
    Check Condition : Unconditional
    INFO : Customer has the new value already in place - skipping
    ===========================================================================
    [ Config tool : /u02/appldev/apps/apps_st/appl/ad/12.0.0/bin/adchgatname.pl ]
    Command : /u02/appldev/apps/tech_st/10.1.3/perl/bin/perl -I /u02/appldev/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /u02/appldev/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /u02/appldev/apps/apps_st/appl/au/12.0.0/perl -I /u02/appldev/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /u02/appldev/apps/apps_st/appl/ad/12.0.0/bin/adchgatname.pl contextfile=/u02/appldev/inst/apps/BALA_devclone/appl/admin/BALA_devclone.xml
    Action : execute
    SCRIPT RETURNED:
    Handle Appl_Top name changes, if any...
    Final Command : /u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -classpath /u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip:/u02/appldev/apps/apps_st/comn/java/classes -mx256m oracle.apps.ad.tools.configuration.ATNameHandler -e /u02/appldev/inst/apps/BALA_devclone/appl/admin/BALA_devclone.xml
    Reading APPL_TOP name from Context XML file:
    CONTEXT XML LOCATION : /u02/appldev/inst/apps/BALA_devclone/appl/admin/BALA_devclone.xml
    APPL_TOP NAME IN CONTEXT XML: devclone
    Reading APPL_TOP name from adconfig.txt file:
    adconfig.txt LOCATION : /u02/appldev/apps/apps_st/appl/admin/adconfig.txt
    APPL_TOP NAME IN adconfig.txt: devclone
    Comparing the APPL_TOP names read from two sources.....
    INFO : APPL_TOP name has not been changed.
    REASON : Context XML and adconfig.txt contain same value for APPL_TOP name.
    ACTION TAKEN : No action required.
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Result : SUCCEEDED
    ===========================================================================
    ===========================================================================
    [ Config tool : /u02/appldev/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkSetConfig.pl ]
    Command : /u02/appldev/apps/tech_st/10.1.3/perl/bin/perl -I /u02/appldev/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /u02/appldev/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /u02/appldev/apps/apps_st/appl/au/12.0.0/perl -I /u02/appldev/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /u02/appldev/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkSetConfig.pl contextfile=/u02/appldev/inst/apps/BALA_devclone/appl/admin/BALA_devclone.xml /u02/appldev/apps/apps_st/appl/au/12.0.0/perl
    Action : execute
    SCRIPT RETURNED:
    TXK Script Name: txkSetConfig.pl
    Before Setting Environment
    AD_TOP : /u02/appldev/apps/apps_st/appl/ad/12.0.0
    AD_TOP variable is already in the environment....
    After Setting Environment
    AD_TOP : /u02/appldev/apps/apps_st/appl/ad/12.0.0
    Setting of Environment completed.
    Start of method: ContextValueMgmt
    java version "1.6.0_10"
    Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
    Java HotSpot(TM) Server VM (build 11.0-b15, mixed mode)
    version is :1.6
    Inside checkAPPSVersion()...
    Apps Version = 12.1.1
    Java Version = 1.6
    End of method: ContextValueMgmt
    Existing value of s_ias_version in Applications context file is 10.1.3.4.0
    Version present in ias.properties is 10.1.3.4.0
    No update required for s_ias_version as version in Context file is same as the value in ias.properties
    Existing value of s_forms_version in Applications context file is 10.1.2.3.0
    Actual Forms Version is 10.1.2.3.0
    No update required for s_forms_version as version in Context file is same as Forms patchset version
    Method Name: CopyWallet
    ** BEGIN CopyWallet() **
    Inside cwalletSSO.......
    cwallet.sso file already exits at the location /u02/appldev/inst/apps/BALA_devclone/certs/Apache/cwallet.sso
    cwalletSSO completed.......
    ** END CopyWallet() **
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Result : SUCCEEDED
    ===========================================================================
    ===========================================================================
    [ Config tool : /u02/appldev/apps/apps_st/appl/ad/12.0.0/bin/adgentns.pl ]
    Command : /u02/appldev/apps/tech_st/10.1.3/perl/bin/perl -I /u02/appldev/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /u02/appldev/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /u02/appldev/apps/apps_st/appl/au/12.0.0/perl -I /u02/appldev/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /u02/appldev/apps/apps_st/appl/ad/12.0.0/bin/adgentns.pl PASSWORD contextfile=/u02/appldev/inst/apps/BALA_devclone/appl/admin/BALA_devclone.xml logdir=/u02/appldev/inst/apps/BALA_devclone/admin/log/01041525 outdir=/u02/appldev/inst/apps/BALA_devclone/admin/out/01041525
    Action : execute
    SCRIPT RETURNED:
    Generate Tns Names
    Logfile: /u02/appldev/inst/apps/BALA_devclone/admin/log/01041525/NetServiceHandler.log
         Classpath : /u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip:/u02/appldev/apps/apps_st/comn/java/classes
    Updating s_tnsmode to 'generateTNS'
    UpdateContext exited with status: 0
    AC-50480: Internal error occurred: java.lang.Exception: Error while generating listener.ora.
    Error generating tnsnames.ora from the database, temporary tnsnames.ora will be generated using templates
    Instantiating Tools tnsnames.ora
    Tools tnsnames.ora instantiated
    Web tnsnames.ora instantiated
    adgentns.pl exiting with status 2
    ERRORCODE = 2 ERRORCODE_END
    .end std out.
    .end err out.
    Result : FAILED
    ===========================================================================
    Ending Context Value Management System.
    ===========================================================================
    ===========================================================================
    Uploading file system Context file and its templates to the database
    Context file :
    /u02/appldev/inst/apps/BALA_devclone/appl/admin/BALA_devclone.xml
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL=''
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : devclone
    sDbDomain : valueglobal.net
    sDbPort : 1524
    sDbSid : BALA
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@devclone.valueglobal.net:1524:BALA
    Connection obtained
    -------------------ADX Database Utility Finished---------------
    Result : Successfully uploaded the Context file to the DataBase
    Context template file :
    /u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/custom/adxmlctx.tmp
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL=''
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : devclone
    sDbDomain : valueglobal.net
    sDbPort : 1524
    sDbSid : BALA
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@devclone.valueglobal.net:1524:BALA
    Connection obtained
    -------------------ADX Database Utility Finished---------------
    Result : Successfully uploaded the Context template file to the DataBase
    Uploading the Context information template to the DataBase
    Context information template :
    /u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/custom/adctxinf.tmp
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL=''
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : devclone
    sDbDomain : valueglobal.net
    sDbPort : 1524
    sDbSid : BALA
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@devclone.valueglobal.net:1524:BALA
    Connection obtained
    -------------------ADX Database Utility Finished---------------
    Result : Successfully uploaded the Context information template file to the DataBase
    ===========================================================================
    Configuring templates from all of the product tops...
    Processing DriverFile = /u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/driver/adtmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for AD_TOP
    instantiate file:
    source : /u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/adconfig.txt
    dest : /u02/appldev/apps/apps_st/appl/admin/adconfig.txt
    backup : /u02/appldev/apps/apps_st/appl/admin/adconfig.txt to /u02/appldev/inst/apps/BALA_devclone/admin/out/01041525/adconfig.txt
    setting permissions: 600
    setting ownership: appldev:appldev
    instantiate file:
    source : /u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/adalldefaults.txt
    dest : /u02/appldev/apps/apps_st/appl/admin/BALA/adalldefaults.txt
    backup : /u02/appldev/apps/apps_st/appl/admin/BALA/adalldefaults.txt to /u02/appldev/inst/apps/BALA_devclone/admin/out/01041525/adalldefaults.txt
    setting permissions: 600
    setting ownership: appldev:appldev
    instantiate file:
    source : /u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/adadmat.pl
    dest : /u02/appldev/inst/apps/BALA_devclone/admin/install/adadmat.pl
    backup : /u02/appldev/inst/apps/BALA_devclone/admin/install/adadmat.pl to /u02/appldev/inst/apps/BALA_devclone/admin/out/01041525/adadmat.pl
    setting permissions: 644
    setting ownership: appldev:appldev
    instantiate file:
    source : /u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/adupdbid.sql
    dest : /u02/appldev/inst/apps/BALA_devclone/admin/install/adupdbid.sql
    backup : /u02/appldev/inst/apps/BALA_devclone/admin/install/adupdbid.sql to /u02/appldev/inst/apps/BALA_devclone/admin/out/01041525/adupdbid.sql
    setting permissions: 600
    setting ownership: appldev:appldev
    instantiate file:
    source : /u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/iAS_1013_env.tmp
    dest : /u02/appldev/inst/apps/BALA_devclone/ora/10.1.3/BALA_devclone.env
    backup : /u02/appldev/inst/apps/BALA_devclone/ora/10.1.3/BALA_devclone.env to /u02/appldev/inst/apps/BALA_devclone/admin/out/01041525/BALA_devclone.env
    setting permissions: 644
    setting ownership: appldev:appldev
    instantiate file:
    source : /u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/iAS_1012_env.tmp
    dest : /u02/appldev/inst/apps/BALA_devclone/ora/10.1.2/BALA_devclone.env
    backup : /u02/appldev/inst/apps/BALA_devclone/ora/10.1.2/BALA_devclone.env to /u02/appldev/inst/apps/BALA_devclone/admin/out/01041525/BALA_devclone0.env
    setting permissions: 644
    setting ownership: appldev:appldev

  • Error while Installing R12.1.1 on Windows 2003 Enterprise Edition

    Dear All,
    I am installing R12.1.1 on Windows 2003 Enterprise Edition Server. I am using the media source that i have downloaded from Oracle Edelivery. I have done a MD5Sum check on the dowloaded files based the MD5SUM Check details given in site. (Not after staging).
    I have the stage files in the same partition as the partition in which the OS & Oracle is being installed (Free space is 300GB after staging)
    When the Installation reaches 53%, the installation fails with the following Error: "RW-50004: Error code received when running external process. Check log file for details. Running APPL_TOP Install Driver for VIS Instance"
    Log File:
    =====================
    e:\oracle\VIS\inst\apps\VIS_r12\logs\03021433.log
    ================================
    Processing Step 3 of 5
    Executing: e:\oracle\VIS\inst\apps\VIS_r12\temp\adrunias.cmd
    D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Perform the registration for tech stack
    D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo Statusstring Registering Applications Technology Stack
    Statusstring Registering Applications Technology Stack
    D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>(echo APPS & echo APPS ) | D:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.6.0\bin\java -mx512M -classpath .;D:\StageR12\startCD\Disk1\rapidwiz\jlib\java;D:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;D:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;D:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;D:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;D:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;D:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar oracle.apps.ad.clone.ApplyAppsTechStack -e e:\oracle\VIS\inst\apps\VIS_r12\appl\admin\VIS_r12.xml -stage D:\StageR12\startCD\Disk1\rapidwiz -showProgress -phase reg -nopromptmsg
    Log file located at e:\oracle\VIS\inst\apps\VIS_r12\admin\log\ApplyAppsTechStack_03021625.log
    **** truncated *************
    - 3% completed
    \ 3% completed RC-50004: Fatal: Error occurred in ApplyAppsTechStack:
    RC-50013: Fatal: Failed to instantiate driver e:\oracle\VIS\apps\tech_st\10.1.3\appsutil\driver\regclone.drv
    D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if 1 == 0 goto :REG_OK
    D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo Cannot execute registration of Applications Techstack
    Cannot execute registration of Applications Techstack
    D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if "" == "TRUE" goto :INSIAS_OK RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running APPL_TOP Install Driver for VIS instance
    ApplyAppsTechStack_03021625.log
    =========================
    Started ApplyAppsTechStack at Wed Mar 02 16:25:21 IST 2011
    Version:
         ApplyAppsTechStack.java     :      120.23
    Executing home registration for s_weboh_oh...
    Registering using Registration Driver
    e:\oracle\VIS\apps\tech_st\10.1.3\appsutil\driver\regclone.drv
    instantiate file:
    source : e:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\adouiweboh.pl
    dest : e:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl
    backup : e:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl to e:\oracle\VIS\inst\apps\VIS_r12\out\ouicli.pl
    setting permissions: 700
    instantiate file:
    source : e:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\txkstubcfg1013.pl
    dest : e:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl
    backup : e:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl to e:\oracle\VIS\inst\apps\VIS_r12\out\txkstubcfg1013.pl
    setting permissions: 700
    instantiate file:
    source : e:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\apachectl_sh_1013_oh.tmp
    dest : e:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\bin\apachectl
    backup : e:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\bin\apachectl to e:\oracle\VIS\inst\apps\VIS_r12\out\apachectl
    setting permissions: 700
    Executing script in InstantiateFile:
    e:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe -I e:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib\MSWin32-x86-multi-thread -I e:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib -I e:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib\MSWin32-x86-multi-thread -I e:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib -I e:\oracle\VIS\apps\apps_st\appl\au\12.0.0\perl -I e:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\mod_perl\site\5.8.3\lib\MSWin32-x86-multi-thread e:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl
    script returned:
    Timed out( 3750000 ): Interrupted Exception
    Beginning OUI CLI cloning for s_weboh_ohWed Mar 2 16:25:24 2011
    e:\oracle\VIS\apps\tech_st\10.1.3\appsutil\jdk\jre\bin\java.exe -classpath D:\StageR12\startCD\Disk1\rapidwiz\jlib\java;e:\oracle\VIS\apps\tech_st\10.1.3\oui\jlib\OraInstaller.jar;D:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;D:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar oracle.apps.ad.clone.util.OracleHomeCloner -OUICLI -e e:\oracle\VIS\inst\apps\VIS_r12\appl\admin\VIS_r12.xml -nolink -oaVar s_weboh_oh -homestub weboh -log e:\oracle\VIS\inst\apps\VIS_r12\admin\log\ohclone.log
    running OUI CLI home cloning:
    e:\oracle\VIS\apps\tech_st\10.1.3\oui\bin\setup.exe -nowait -clone -silent -force -nolink -waitForCompletion session:ORACLE_HOME=e:\oracle\VIS\apps\tech_st\10.1.3 oracle.as.j2ee.top:s_asInstanceName=VIS_r12_WEBOH oracle.as.j2ee.top:s_adminName=oc4jadmin oracle.as.j2ee.top:s_adminPassword=welcome ORACLE_HOME_NAME=VIS_r12_WEBOH -J-Doracle.installer.noLink=true
    Executing script in InstantiateFile:
    e:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe -I e:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib\MSWin32-x86-multi-thread -I e:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib -I e:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib\MSWin32-x86-multi-thread -I e:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib -I e:\oracle\VIS\apps\apps_st\appl\au\12.0.0\perl -I e:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\mod_perl\site\5.8.3\lib\MSWin32-x86-multi-thread e:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl
    script returned:
    .end std out.
    .end err out.
    instantiate file:
    source : e:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\adouiweboh.pl
    dest : e:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl
    backup : e:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl to e:\oracle\VIS\inst\apps\VIS_r12\out\ouicli0.pl
    setting permissions: 700
    instantiate file:
    source : e:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\txkstubcfg1013.pl
    dest : e:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl
    backup : e:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl to e:\oracle\VIS\inst\apps\VIS_r12\out\txkstubcfg10130.pl
    setting permissions: 700
    instantiate file:
    source : e:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\apachectl_sh_1013_oh.tmp
    dest : e:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\bin\apachectl
    backup : e:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\bin\apachectl to e:\oracle\VIS\inst\apps\VIS_r12\out\apachectl0
    setting permissions: 700
    e:\oracle\VIS\inst\apps\VIS_r12\admin\log\adcvmlog.xml does not exist. Ignore it
    [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>
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: e:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe -I e:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib\MSWin32-x86-multi-thread -I e:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib -I e:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib\MSWin32-x86-multi-thread -I e:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib -I e:\oracle\VIS\apps\apps_st\appl\au\12.0.0\perl -I e:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\mod_perl\site\5.8.3\lib\MSWin32-x86-multi-thread e:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone
    ouicli.pl INSTE8_APPLY -1
    AutoConfig is exiting with status 1
    RC-50013: Fatal: Instantiate driver did not complete successfully.
    e:\oracle\VIS\apps\tech_st\10.1.3\appsutil\driver\regclone.drv
    I have gone through the meta link document [989752.1]. But I feel that document does not apply to me as i am not running the installation from a network storage area.
    Pl. help me.
    Thanks and regards,
    Adm.

    AN Update:
    The Oracle Universal Installer shows the following in the screen before the error appears:
    Starting Oracle Universal Installer...
    No pre-requisite checks found in oraparam.ini, no system pre-requisite checks w
    ill be executed.
    Preparing to launch Oracle Universal Installer from D:\DOCUME~1\ADMINI~1\LOCALS
    ~1\Temp\OraInstall2011-03-02_04-25-26PM. Please wait ... Oracle Universal Instal
    ler, Version 10.1.0.6.0 Production
    Copyright (C) 1999, 2007, Oracle. All rights reserved.
    ...............................................................Val: 0
    Val: 0
    Val: 0
    Val: 2
    Val: 0
    Val: 0
    Val: 0
    Val: 2
    Val: 0
    Val: 0
    Val: 0
    Val: 0
    Val: 0
    Val: 0
    Val: 2
    Val: 0
    Val: 0
    Val: 0
    Val: 0
    Val: 2
    Val: 0
    Val: 0
    path: D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OraInstall2011-03-02_04-25-26PM\jre\bin
    ;.;D:\WINDOWS\system32;D:\WINDOWS;D:\StageR12\startCD\Disk1\rapidwiz\unzip\NT;D:
    \MVS\VC\bin;D:\cygwin\bin;D:\WINDOWS\system32;D:\WINDOWS;D:\WINDOWS\System32\Wbe
    m
    toload is D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OraInstall2011-03-02_04-25-26PM\Win
    dowsGPortQueries.dll
    100% Done.
    Copying files in progress (Wed Mar 02 16:25:59 IST 2011)
    .................................................Val: 0
    . 79% Done.
    Copy successful
    Setup in progress (Wed Mar 02 16:26:05 IST 2011)
    .....Oracle JAAS [Wed Mar 02 16:26:28 IST 2011]: exception: 9
    opmnctl: opmn started
    Please help me.
    Thanks and regards,
    Adm

  • Getting error while setting up Apps Server VM

    Hi All,
    I'm getting couple of errors while setting up the apps VM. I was following the instructions at the link given below, but Im not getting any support from there so thought of posting here...
    http://only4left.jpiwowar.com/2012/12/1hr-ebs-sandbox/
    I'm getting the error while running the command...
    /etc/init.d/oraclevm-template start
    I'm posting content of log file here.... I'm posting the entire file as Im really clueless where the error is caused. Please help me get through this error.
    Started ApplyAppsTier at Wed Dec 25 09:56:26 EST 2013
    Version:
        ApplyAppsTier.java    :     120.4
    # Calling ApplyAppsTechStack...
    Executing runInstallDriver...
    Started unzipping files...
    Completed runInstallDriver.
    Executing home registration for s_weboh_oh...
    Registering using Registration Driver
    /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/driver/regclone.drv
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/template/adouiweboh.pl
       dest   : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/ouicli.pl
       backup : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/ouicli.pl to /u01/E-BIZ/inst/apps/VIS_jags/out/ouicli3.pl
       setting permissions: 700
       setting ownership: oracle:oinstall
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/template/adlnkweboh.sh
       dest   : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/adlnkweboh.sh
       backup : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/adlnkweboh.sh to /u01/E-BIZ/inst/apps/VIS_jags/out/adlnkweboh1.sh
       setting permissions: 700
       setting ownership: oracle:oinstall
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/template/txkstubcfg1013.pl
       dest   : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/txkstubcfg1013.pl
       backup : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/txkstubcfg1013.pl to /u01/E-BIZ/inst/apps/VIS_jags/out/txkstubcfg10131.pl
       setting permissions: 700
       setting ownership: oracle:oinstall
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/template/apachectl_sh_1013_oh.tmp
       dest   : /u01/E-BIZ/apps/tech_st/10.1.3/Apache/Apache/bin/apachectl
       backup : /u01/E-BIZ/apps/tech_st/10.1.3/Apache/Apache/bin/apachectl to /u01/E-BIZ/inst/apps/VIS_jags/out/apachectl1
       setting permissions: 700
       setting ownership: oracle:oinstall
    Executing script in InstantiateFile:
    /u01/E-BIZ/apps/tech_st/10.1.3/perl/bin/perl -I /u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /u01/E-BIZ/apps/apps_st/appl/au/12.0.0/perl -I /u01/E-BIZ/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/ouicli.pl
    script returned:
    Beginning OUI CLI cloning for s_weboh_ohWed Dec 25 09:56:30 2013
    /u01/E-BIZ/apps/tech_st/10.1.3/jdk/bin/java -classpath /u01/E-BIZ/apps/apps_st/comn/clone/jlib/java:/u01/E-BIZ/apps/tech_st/10.1.3/oui/jlib/OraInstaller.jar:/u01/E-BIZ/apps/apps_st/comn/clone/jlib/xmlparserv2.jar:/u01/E-BIZ/apps/apps_st/comn/clone/jlib/ojdbc14.jar  oracle.apps.ad.clone.util.OracleHomeCloner  -OUICLI -e /u01/E-BIZ/inst/apps/VIS_jags/appl/admin/VIS_jags.xml -nolink -oaVar s_weboh_oh -homestub weboh -log /u01/E-BIZ/inst/apps/VIS_jags/admin/log/ohclone.log
    NON-COMPLIANT: /u01/E-BIZ/apps/tech_st/10.1.3/oraInst.loc does not point to an inventory inside the current ORACLE_HOME
    Rapid Clone only supports oraInst.loc at that location if its content points to an inventory inside the same ORACLE_HOME
    Please make the necessary changes to the following file:
    /u01/E-BIZ/apps/tech_st/10.1.3/oraInst.loc
    Running OUI CLI home cloning from within OracleHomeCloner:
      /u01/E-BIZ/apps/tech_st/10.1.3/oui/bin/runInstaller  -clone -silent -force -nolink -waitForCompletion -invPtrLoc /u01/E-BIZ/inst/apps/VIS_jags/admin/oraInst.loc session:ORACLE_HOME=/u01/E-BIZ/apps/tech_st/10.1.3 oracle.as.j2ee.top:s_asInstanceName=VIS_WEBOH__u01_E_BIZ_apps_tech_st_10_1_3 oracle.as.j2ee.top:s_adminName=oc4jadmin oracle.as.j2ee.top:s_adminPassword=welcome ORACLE_HOME_NAME=VIS_WEBOH__u01_E_BIZ_apps_tech_st_10_1_3 -J-Doracle.installer.noLink=true
    Finished OUI CLI cloning for s_weboh_oh with return code: 0Wed Dec 25 09:57:24 2013
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/adlnkweboh.sh
    script returned:
    adlnkweboh.sh started at Wed Dec 25 09:57:24 EST 2013
    Log file located at /u01/E-BIZ/inst/apps/VIS_jags/logs/ora/10.1.3/install/make_12250957.log
    adlnkweboh.sh completed sucessfully
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/E-BIZ/apps/tech_st/10.1.3/perl/bin/perl -I /u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /u01/E-BIZ/apps/apps_st/appl/au/12.0.0/perl -I /u01/E-BIZ/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/txkstubcfg1013.pl
    script returned:
    .end std out.
    .end err out.
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/template/adouiweboh.pl
       dest   : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/ouicli.pl
       backup : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/ouicli.pl to /u01/E-BIZ/inst/apps/VIS_jags/out/ouicli4.pl
       setting permissions: 700
       setting ownership: oracle:oinstall
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/template/adlnkweboh.sh
       dest   : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/adlnkweboh.sh
       backup : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/adlnkweboh.sh to /u01/E-BIZ/inst/apps/VIS_jags/out/adlnkweboh2.sh
       setting permissions: 700
       setting ownership: oracle:oinstall
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/template/txkstubcfg1013.pl
       dest   : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/txkstubcfg1013.pl
       backup : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/txkstubcfg1013.pl to /u01/E-BIZ/inst/apps/VIS_jags/out/txkstubcfg10132.pl
       setting permissions: 700
       setting ownership: oracle:oinstall
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/template/apachectl_sh_1013_oh.tmp
       dest   : /u01/E-BIZ/apps/tech_st/10.1.3/Apache/Apache/bin/apachectl
       backup : /u01/E-BIZ/apps/tech_st/10.1.3/Apache/Apache/bin/apachectl to /u01/E-BIZ/inst/apps/VIS_jags/out/apachectl2
       setting permissions: 700
       setting ownership: oracle:oinstall
    Completed home registration for s_weboh_oh
    Executing home registration for s_tools_oh...
    Registering using Registration Driver
    /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/driver/regclone.drv
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/template/adouitools.pl
       dest   : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/ouicli.pl
       backup : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/ouicli.pl to /u01/E-BIZ/inst/apps/VIS_jags/out/ouicli5.pl
       setting permissions: 700
       setting ownership: oracle:oinstall
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/template/adlnktools.sh
       dest   : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/adlnktools.sh
       backup : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/adlnktools.sh to /u01/E-BIZ/inst/apps/VIS_jags/out/adlnktools1.sh
       setting permissions: 700
       setting ownership: oracle:oinstall
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/template/txkstubcfg1012.pl
       dest   : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/txkstubcfg1012.pl
       backup : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/txkstubcfg1012.pl to /u01/E-BIZ/inst/apps/VIS_jags/out/txkstubcfg10121.pl
       setting permissions: 700
       setting ownership: oracle:oinstall
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/template/ftrace_cfg_1012.tmp
       dest   : /u01/E-BIZ/apps/tech_st/10.1.2/forms/server/ftrace.cfg
       backup : /u01/E-BIZ/apps/tech_st/10.1.2/forms/server/ftrace.cfg to /u01/E-BIZ/inst/apps/VIS_jags/out/ftrace1.cfg
       setting permissions: 700
       setting ownership: oracle:oinstall
    Executing script in InstantiateFile:
    /u01/E-BIZ/apps/tech_st/10.1.3/perl/bin/perl -I /u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /u01/E-BIZ/apps/apps_st/appl/au/12.0.0/perl -I /u01/E-BIZ/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/ouicli.pl
    script returned:
    Beginning OUI CLI cloning for s_tools_ohWed Dec 25 09:57:50 2013
    /u01/E-BIZ/apps/tech_st/10.1.3/jdk/bin/java -classpath /u01/E-BIZ/apps/apps_st/comn/clone/jlib/java:/u01/E-BIZ/apps/tech_st/10.1.2/oui/jlib/OraInstaller.jar:/u01/E-BIZ/apps/apps_st/comn/clone/jlib/xmlparserv2.jar:/u01/E-BIZ/apps/apps_st/comn/clone/jlib/ojdbc14.jar  oracle.apps.ad.clone.util.OracleHomeCloner  -OUICLI -e /u01/E-BIZ/inst/apps/VIS_jags/appl/admin/VIS_jags.xml -nolink -oaVar s_tools_oh -homestub tools -log /u01/E-BIZ/inst/apps/VIS_jags/admin/log/ohclone.log
    NON-COMPLIANT: /u01/E-BIZ/apps/tech_st/10.1.2/oraInst.loc does not point to an inventory inside the current ORACLE_HOME
    Rapid Clone only supports oraInst.loc at that location if its content points to an inventory inside the same ORACLE_HOME
    Please make the necessary changes to the following file:
    /u01/E-BIZ/apps/tech_st/10.1.2/oraInst.loc
    Running OUI CLI home cloning from within OracleHomeCloner:
      /u01/E-BIZ/apps/tech_st/10.1.2/oui/bin/runInstaller -debug -clone -silent -force -nolink -waitForCompletion -invPtrLoc /u01/E-BIZ/inst/apps/VIS_jags/admin/oraInst.loc session:ORACLE_HOME=/u01/E-BIZ/apps/tech_st/10.1.2 oracle.as.j2ee.top:s_asInstanceName=VIS_TOOLS__u01_E_BIZ_apps_tech_st_10_1_2 oracle.as.j2ee.top:s_adminName=ias_admin oracle.as.j2ee.top:s_adminPassword=welcome ORACLE_HOME_NAME=VIS_TOOLS__u01_E_BIZ_apps_tech_st_10_1_2 -J-Doracle.installer.noLink=true
    Finished OUI CLI cloning for s_tools_oh with return code: 0Wed Dec 25 09:58:24 2013
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/adlnktools.sh
    script returned:
    adlnktools.sh started at Wed Dec 25 09:58:24 EST 2013
    Log file located at /u01/E-BIZ/inst/apps/VIS_jags/logs/ora/10.1.2/install/make_12250958.log
    Error while running adlnktools.sh.
      return code = .46
    Please check logfile located at /u01/E-BIZ/inst/apps/VIS_jags/logs/ora/10.1.2/install/make_12250958.log
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/E-BIZ/apps/tech_st/10.1.3/perl/bin/perl -I /u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /u01/E-BIZ/apps/apps_st/appl/au/12.0.0/perl -I /u01/E-BIZ/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/txkstubcfg1012.pl
    script returned:
    .end std out.
    .end err out.
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/template/adouitools.pl
       dest   : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/ouicli.pl
       backup : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/ouicli.pl to /u01/E-BIZ/inst/apps/VIS_jags/out/ouicli6.pl
       setting permissions: 700
       setting ownership: oracle:oinstall
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/template/adlnktools.sh
       dest   : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/adlnktools.sh
       backup : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/adlnktools.sh to /u01/E-BIZ/inst/apps/VIS_jags/out/adlnktools2.sh
       setting permissions: 700
       setting ownership: oracle:oinstall
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/template/txkstubcfg1012.pl
       dest   : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/txkstubcfg1012.pl
       backup : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/txkstubcfg1012.pl to /u01/E-BIZ/inst/apps/VIS_jags/out/txkstubcfg10122.pl
       setting permissions: 700
       setting ownership: oracle:oinstall
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/template/ftrace_cfg_1012.tmp
       dest   : /u01/E-BIZ/apps/tech_st/10.1.2/forms/server/ftrace.cfg
       backup : /u01/E-BIZ/apps/tech_st/10.1.2/forms/server/ftrace.cfg to /u01/E-BIZ/inst/apps/VIS_jags/out/ftrace2.cfg
       setting permissions: 700
       setting ownership: oracle:oinstall
    Completed home registration for s_tools_oh
    Completed home registration.
    Skipping AutoConfig execution. AutoConfig will be run as a part of ApplyAppltop
    ApplyApplTechStack Completed Successfully.
    # Calling ApplyApplTop...
    Executing runInstallDriver...
    Started unzipping files...
    Completed runInstallDriver.
    Skipping prodsetup driver processing; driver file not found at: /u01/E-BIZ/apps/apps_st/comn/clone//apps/driver/jags_prodsetup.drv
    Executing runAutoConfig...
    Deleting files of type INSTALL
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/icx/12.0.0/admin/driver/icxtmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/msc/12.0.0/admin/driver/msctmpl.drv
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/admin/scripts/msc/mscmatlab.sh
    File exists
    File deleted
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/ieo/12.0.0/admin/driver/ieotmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/bis/12.0.0/admin/driver/bistmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/ams/12.0.0/admin/driver/amstmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/cct/12.0.0/admin/driver/ccttmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/wsh/12.0.0/admin/driver/wshtmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/cln/12.0.0/admin/driver/clntmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/oke/12.0.0/admin/driver/oketmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/okl/12.0.0/admin/driver/okltmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/oks/12.0.0/admin/driver/okstmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/csf/12.0.0/admin/driver/csftmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/igs/12.0.0/admin/driver/igstmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/iby/12.0.0/admin/driver/ibytmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/jtf/12.0.0/admin/driver/jtftmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/mwa/12.0.0/admin/driver/mwatmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/cn/12.0.0/admin/driver/cntmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/csi/12.0.0/admin/driver/csitmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/wip/12.0.0/admin/driver/wiptmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/fnd/12.0.0/admin/driver/fndtmpl.drv
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/ora/10.1.3/Apache/Apache/conf/url_fw_ws.conf
    File exists
    File deleted
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/ora/10.1.3/Apache/Apache/conf/custom.conf
    File exists
    File deleted
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/ora/10.1.3/j2ee/oafm/config/mapViewerConfig.xml
    File exists
    File deleted
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/ora/10.1.2/network/admin/tnsnames.ora
    File exists
    File deleted
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/ora/10.1.3/network/admin/tnsnames.ora
    File exists
    File deleted
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/admin/install/admk80ln.sql
    File exists
    File deleted
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/admin/install/admk80ln.sh
    File exists
    File deleted
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/admin/install/txkWfClone.sh
    File exists
    File deleted
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/cse/12.0.0/admin/driver/csetmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/eam/12.0.0/admin/driver/eamtmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/fte/12.0.0/admin/driver/ftetmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/ad/12.0.0/admin/driver/adtmpl.drv
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/admin/install/txkConfigAppsOcm.pl
    File exists
    File deleted
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/ora/10.1.3/Apache/Apache/conf/url_fw_ws.conf
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/ora/10.1.3/Apache/Apache/conf/custom.conf
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/ora/10.1.3/j2ee/oafm/config/mapViewerConfig.xml
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/ora/10.1.2/network/admin/tnsnames.ora
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/ora/10.1.3/network/admin/tnsnames.ora
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/admin/install/admk80ln.sql
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/admin/install/admk80ln.sh
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/admin/install/txkWfClone.sh
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/ont/12.0.0/admin/driver/onttmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/ar/12.0.0/admin/driver/artmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/ahl/12.0.0/admin/driver/ahltmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/ozf/12.0.0/admin/driver/ozftmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/ies/12.0.0/admin/driver/iestmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/csd/12.0.0/admin/driver/csdtmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/igc/12.0.0/admin/driver/igctmpl.drv
    Starting CVM.....
        Using Context file          : /u01/E-BIZ/inst/apps/VIS_jags/appl/admin/VIS_jags.xml
    Attempting to create a back up of the Context file
    Created back up file of name :
          /u01/E-BIZ/inst/apps/VIS_jags/admin/out/12250959/VIS_jags.xml
    ===========================================================================
    Starting synchronization of file system Context file and its templates with those in the database
       Database connection     : Failed
       OAM Context editing support feature: Unverified
       OAM Customization support feature  : Unverified
       File system template    : /u01/E-BIZ/apps/apps_st/appl/ad/12.0.0/admin/template/adxmlctx.tmp
       Checking for customizations to Context template
       Warning: Unable to connect to Database.
               If the system is OAM enabled, this may result in loss of customizations.
       Looking for custom template at : /u01/E-BIZ/apps/apps_st/appl/ad/12.0.0/admin/template/custom/adxmlctx.tmp
       Custom template         : Not Available
       Customizations found    : None
       File system Context file :/u01/E-BIZ/inst/apps/VIS_jags/appl/admin/VIS_jags.xml
       Checking the Context file for possible updates from the Database
       Warning: Unable to connect to Database.
               If the system is OAM enabled, this may result in loss of customizations and the Context files in DataBase and in the file system may be unsynchronized
    ===========================================================================
    Starting Updates of Context file Wed Dec 25 09:59:56 EST 2013
          found context version     : 120.271.12010000.36
          available update version  : 120.271.12010000.36
    No updates to apply
    Ending Updates of Context file
    ===========================================================================
    ===========================================================================
    Config Tool CVMHelper started at Wed Dec 25 09:59:56 EST 2013
    ===========================================================================
    Updating local context file variables for Middle Tier
    Checking file /u01/E-BIZ/apps/apps_st/appl/ad/12.0.0/admin/template/adgendbc_ux.sh
    FND_SECURE: /u01/E-BIZ/inst/apps/VIS_jags/appl/fnd/12.0.0/secure
    DBC FILE NAME: VIS
    File exists, getting the version
    Version: 120.8.12010000.6
    No updates to s_fnd_secure needed
    Writing Context File back to File System
    Context file updated
    Making database connection using DBUtil
                       ADX Database Utility                       
    getConnectionUsingAppsJDBCConnector() -->
        APPS_JDBC_URL=''
        Trying to get connection using SID based connect descriptor
    getConnection() -->
        sDbHost    : jagdish
        sDbDomain  : oracle.com
        sDbPort    : 1563
        sDbSid     : VIS
        sDbUser    : APPS
        Trying to connect using SID...
    getConnectionUsingSID() -->
        JDBC URL: jdbc:oracle:thin:@jagdish.oracle.com:1563:VIS
        Exception occurred: java.sql.SQLException: ORA-28000: the account is locked
        Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
        JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=jagdish.oracle.com)(PORT=1563))(CONNECT_DATA=(SERVICE_NAME=VIS)))
        Exception occurred: java.sql.SQLException: ORA-28000: the account is locked
        Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
        JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=jagdish.oracle.com)(PORT=1563))(CONNECT_DATA=(SERVICE_NAME=VIS.oracle.com)))
        Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=jagdish.oracle.com)(PORT=1563))(CONNECT_DATA=(SERVICE_NAME=VIS.oracle.com)))
        Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    Exception occurred while preseeding variables in the context file: java.sql.SQLException: Could not get connection to the database
    StackTrace:
    java.sql.SQLException: Could not get connection to the database
        at oracle.apps.ad.tools.configuration.CVMHelper.processNewContextFile(CVMHelper.java:875)
        at oracle.apps.ad.context.CtxValueMgt.preSeed2Ctx(CtxValueMgt.java:1825)
        at oracle.apps.ad.context.CtxValueMgt.processCtxFile(CtxValueMgt.java:1620)
        at oracle.apps.ad.clone.ApplyApplTop.runCVM(ApplyApplTop.java:510)
        at oracle.apps.ad.clone.ApplyApplTop.runAutoConfig(ApplyApplTop.java:552)
        at oracle.apps.ad.clone.ApplyApplTop.doConf(ApplyApplTop.java:339)
        at oracle.apps.ad.clone.ApplyApplTop.doApply(ApplyApplTop.java:382)
        at oracle.apps.ad.clone.ApplyApplTop.<init>(ApplyApplTop.java:267)
        at oracle.apps.ad.clone.ApplyAppsTier.<init>(ApplyAppsTier.java:105)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:67)
        at java.lang.Thread.run(Thread.java:619)
    ===========================================================================
    Starting synchronization of product tops at Wed Dec 25 09:59:56 EST 2013
       Contextfile             : /u01/E-BIZ/inst/apps/VIS_jags/appl/admin/VIS_jags.xml
       Topfile                 : /u01/E-BIZ/apps/apps_st/appl/admin/topfile.txt
    Verifying system requirements:
       ContextFile             : VALID
       TopFile                 : VALID
    Updating the Contextfile:
    [ s_blctop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/blc/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/blc/12.0.0
    [ s_ipdtop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/ipd/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/ipd/12.0.0
    [ s_rhxtop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/rhx/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/rhx/12.0.0
    [ s_ozstop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/ozs/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/ozs/12.0.0
    [ s_ozptop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/ozp/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/ozp/12.0.0
    [ s_zsatop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/zsa/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/zsa/12.0.0
    [ s_jtstop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/jts/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/jts/12.0.0
    [ s_ibatop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/iba/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/iba/12.0.0
    [ s_zfatop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/zfa/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/zfa/12.0.0
    [ s_abmtop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/abm/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/abm/12.0.0
    [ s_imttop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/imt/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/imt/12.0.0
    [ s_eaatop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/eaa/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/eaa/12.0.0
    [ s_vehtop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/veh/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/veh/12.0.0
    [ s_amftop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/amf/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/amf/12.0.0
    [ s_okrtop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/okr/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/okr/12.0.0
    [ s_okotop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/oko/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/oko/12.0.0
    [ s_okbtop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/okb/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/okb/12.0.0
    [ s_rcmtop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/rcm/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/rcm/12.0.0
    [ s_xnstop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/xns/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/xns/12.0.0
    [ s_fpttop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/fpt/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/fpt/12.0.0
    [ s_xnmtop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/xnm/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/xnm/12.0.0
    [ s_xnitop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/xni/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/xni/12.0.0
    [ s_xnctop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/xnc/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/xnc/12.0.0
    [ s_evmtop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/evm/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/evm/12.0.0
    [ s_cuntop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/cun/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/cun/12.0.0
    [ s_cuetop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/cue/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/cue/12.0.0
    [ s_ahmtop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/ahm/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/ahm/12.0.0
    [ s_metop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/me/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/me/12.0.0
    [ s_rlatop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/rla/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/rla/12.0.0
    [ s_csstop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/css/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/css/12.0.0
    Synchronization of product tops successful
    ===========================================================================
    ===========================================================================
    Starting synchronization of product tops at Wed Dec 25 09:59:57 EST 2013
       Contextfile             : /u01/E-BIZ/inst/apps/VIS_jags/appl/admin/VIS_jags.xml
       Topfile                 : /u01/E-BIZ/apps/apps_st/appl/admin/topfile.txt
    Verifying system requirements:
       ContextFile             : VALID
       TopFile                 : VALID
    No updates to Contextfile for Product Tops needed
    Synchronization of product tops successful
    ===========================================================================
    ===========================================================================
    Starting location of IANA character set
    [s_iana_cset]
        IANA Charset obtained from Database    : null
        IANA Charset present in Context file   : UTF-8
        IANA Charset based on APPL_TOP char set: UTF-8
        IANA Charset decided for Context file  : UTF-8
        Action taken : None, since the correct value exists in the Context file
    ===========================================================================
    ===========================================================================
    Starting Context Value Management System at Wed Dec 25 09:59:57 EST 2013
    Using version 120.13.12010000.3
    Options:
       Force               : no
       Contextfile         : /u01/E-BIZ/inst/apps/VIS_jags/appl/admin/VIS_jags.xml
       Templatefile        : /u01/E-BIZ/apps/apps_st/appl/ad/12.0.0/admin/template/adxmlctx.tmp
       ValueUpdateFile     : /u01/E-BIZ/apps/apps_st/appl/ad/12.0.0/admin/template/adcvmat.xml
    Verifying value management system requirements:
       ContextFile         : VALID
       Template File       : VALID
       ValueUpdateFile     : VALID
    Parsing the ValueUpdateFile
    [ s_contextfile ]
       Action             : seed
       Change reason      : Setting the location to what has been specified by user
       New value          : /u01/E-BIZ/inst/apps/VIS_jags/appl/admin/VIS_jags.xml
    [ s_javamailer_imap_user ]
       Action             : askUser
       Change reason      : These values will be used for the Java-based Workflow Mailer utility.
       Expected value     : changeOnJavaMailerInstall
       Found value        : NoImapUser
       INFO               : Customer has already set a value - skipping
    [ s_javamailer_reply_to ]
       Action             : askUser
       Change reason      : These values will be used for the Java-based Workflow Mailer utility.
       Expected value     : changeOnJavaMailerInstall
       Found value        : NoReplyTo
       INFO               : Customer has already set a value - skipping
    [ s_javamailer_imaphost ]
       Action             : askUser
       Change reason      : These values will be used for the Java-based Workflow Mailer utility.
       Expected value     : changeOnJavaMailerInstall
       Found value        : NoImapHost
       INFO               : Customer has already set a value - skipping
    [ s_javamailer_imapdomainname ]
       Action             : askUser
       Change reason      : These values will be used for the Java-based Workflow Mailer utility.
       Expected value     : changeOnJavaMailerInstall
       Found value        : NoImapDomain
       INFO               : Customer has already set a value - skipping
    [ s_ohs_serveradmin ]
       Action             : askUser
       Change reason      : This value will be used for OHS Administator email address.
       Expected value     : changeOnOHSInstall
       Found value        : [email protected]
       INFO               : Customer has already set a value - skipping
    [ s_perl5lib ]
       Action             : translate
       Change reason      : Removal of hard-coded value in the templates.
       Expected value     : [/u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/5.8.3:/u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3:/u01/E-BIZ/apps/apps_st/appl/au/12.0.0/perl]
       Found value        : /u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/5.8.3:/u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3:/u01/E-BIZ/apps/apps_st/appl/au/12.0.0/perl:/u01/E-BIZ/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi
       New value          : /u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/5.8.3:/u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3:/u01/E-BIZ/apps/apps_st/appl/au/12.0.0/perl:/u01/E-BIZ/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi
       Check Condition    : Unconditional
       INFO               : Customer has the new value already in place - skipping
    [ s_tools_oranls ]
       Action             : translate
       Change reason      : ORA_NLS10 needs to point to the correct location.
       Expected value     : [/u01/E-BIZ/apps/tech_st/10.1.2/ocommon/nls/admin/data]
       Found value        : /u01/E-BIZ/apps/tech_st/10.1.2/nls/data/9idata
       New value          : /u01/E-BIZ/apps/tech_st/10.1.2/nls/data/9idata
       Check Condition    : Unconditional
       INFO               : Customer has the new value already in place - skipping
    [ s_cmanport ]
       Action             : translate
       Change reason      : Removing hardcoded value of s_cmanport to use s_dbport instead
       Expected value     : [1521]
       Found value        : 1563
       New value          : 1563
       Check Condition    : Unconditional
       INFO               : Customer has the new value already in place - skipping
    [ s_tools_ldlib ]
       Action             : translate
       Change reason      : To support the third-party libraries in $SHT_TOP/lib
       Expected value     : [/u01/E-BIZ/apps/tech_st/10.1.2/lib32:/u01/E-BIZ/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/E-BIZ/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u01/E-BIZ/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/u01/E-BIZ/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads]
       Found value        : /u01/E-BIZ/apps/tech_st/10.1.2/lib32:/u01/E-BIZ/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/E-BIZ/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u01/E-BIZ/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/u01/E-BIZ/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/u01/E-BIZ/apps/apps_st/appl/sht/12.0.0/lib
       New value          : /u01/E-BIZ/apps/tech_st/10.1.2/lib32:/u01/E-BIZ/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/E-BIZ/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u01/E-BIZ/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/u01/E-BIZ/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/u01/E-BIZ/apps/apps_st/appl/sht/12.0.0/lib
       Check Condition    : Unconditional
       INFO               : Customer has the new value already in place - skipping
    [ s_oacore_ld_lib_path ]
       Action             : translate
       Change reason      : To support the usage of third-party libraries in $SHT_TOP/lib by the Java Concurrent Programs
       Expected value     : [/u01/E-BIZ/apps/tech_st/10.1.3/lib32:/u01/E-BIZ/apps/tech_st/10.1.3/lib:/u01/E-BIZ/apps/apps_st/appl/cz/12.0.0/bin:/u01/E-BIZ/apps/apps_st/appl/iby/12.0.0/bin:/u01/E-BIZ/apps/apps_st/appl/pon/12.0.0/bin]
       Found value        : /u01/E-BIZ/apps/tech_st/10.1.3/lib32:/u01/E-BIZ/apps/tech_st/10.1.3/lib:/u01/E-BIZ/apps/apps_st/appl/cz/12.0.0/bin:/u01/E-BIZ/apps/apps_st/appl/iby/12.0.0/bin:/u01/E-BIZ/apps/apps_st/appl/pon/12.0.0/bin:/u01/E-BIZ/apps/apps_st/appl/sht/12.0.0/lib
       New value          : /u01/E-BIZ/apps/tech_st/10.1.3/lib32:/u01/E-BIZ/apps/tech_st/10.1.3/lib:/u01/E-BIZ/apps/apps_st/appl/cz/12.0.0/bin:/u01/E-BIZ/apps/apps_st/appl/iby/12.0.0/bin:/u01/E-BIZ/apps/apps_st/appl/pon/12.0.0/bin:/u01/E-BIZ/apps/apps_st/appl/sht/12.0.0/lib
       Check Condition    : Unconditional
       INFO               : Customer has the new value already in place - skipping
    [ s_jto_debug_string ]
       Action             : translate
       Change reason      : To reduce the default level of logging for the Fulfillment Server
       Expected value     : [full]
       Found value        : off
       New value          : off
       Check Condition    : Unconditional
       INFO               : Customer has the new value already in place - skipping
    [ s_jto_log_level ]
       Action             : translate
       Change reason      : To reduce the default level of logging for the Fulfillment Server
       Expected value     : [9]
       Found value        : 1
       New value          : 1
       Check Condition    : Unconditional
       INFO               : Customer has the new value already in place - skipping
    [ s_jtffstart ]
       Action             : translate
       Change reason      : To prevent the content of the DBC file from being written into the Fulfillment Server log file
       Expected value     : [/u01/E-BIZ/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u01/E-BIZ/apps/apps_st/comn/java/lib/jdbc6.zip:/u01/E-BIZ/apps/apps_st/comn/java/lib/orai18n.zip:/u01/E-BIZ/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u01/E-BIZ/apps/apps_st/comn/java/classes:/u01/E-BIZ/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u01/E-BIZ/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/temp -Dengine.CommandPort=9342 -Dengine.AOLJ.config=/u01/E-BIZ/inst/apps/VIS_jags/appl/fnd/12.0.0/secure/VIS.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dprint.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log/jtffmctl.txt]
       Found value        : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u01/E-BIZ/apps/apps_st/comn/java/lib/jdbc6.zip:/u01/E-BIZ/apps/apps_st/comn/java/lib/orai18n.zip:/u01/E-BIZ/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u01/E-BIZ/apps/apps_st/comn/java/classes:/u01/E-BIZ/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u01/E-BIZ/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9342 -Dengine.AOLJ.config=/u01/E-BIZ/inst/apps/VIS_jags/appl/fnd/12.0.0/secure/VIS.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dprint.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log/jtffmctl.txt
       New value          : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u01/E-BIZ/apps/apps_st/comn/java/lib/jdbc6.zip:/u01/E-BIZ/apps/apps_st/comn/java/lib/orai18n.zip:/u01/E-BIZ/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u01/E-BIZ/apps/apps_st/comn/java/classes:/u01/E-BIZ/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u01/E-BIZ/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9342 -Dengine.AOLJ.config=/u01/E-BIZ/inst/apps/VIS_jags/appl/fnd/12.0.0/secure/VIS.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dprint.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log/jtffmctl.txt
       Check Condition    : Unconditional
       INFO               : Customer has the new value already in place - skipping
    [ s_jtffstart ]
       Action             : translate
       Change reason      : To prevent the content of the DBC file from being written into the Fulfillment Server log file
       Expected value     : [/u01/E-BIZ/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u01/E-BIZ/apps/apps_st/comn/java/lib/jdbc6.zip:/u01/E-BIZ/apps/apps_st/comn/java/lib/orai18n.zip:/u01/E-BIZ/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u01/E-BIZ/apps/apps_st/comn/java/classes:/u01/E-BIZ/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u01/E-BIZ/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/temp -Dengine.CommandPort=9342 -Dengine.AOLJ.config=/u01/E-BIZ/inst/apps/VIS_jags/appl/fnd/12.0.0/secure/VIS.dbc -Dengine.ServerID=5000 -Ddebug=full -Dengine.LogLevel=9 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dprint.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log/jtffmctl.txt]
       Found value        : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u01/E-BIZ/apps/apps_st/comn/java/lib/jdbc6.zip:/u01/E-BIZ/apps/apps_st/comn/java/lib/orai18n.zip:/u01/E-BIZ/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u01/E-BIZ/apps/apps_st/comn/java/classes:/u01/E-BIZ/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u01/E-BIZ/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9342 -Dengine.AOLJ.config=/u01/E-BIZ/inst/apps/VIS_jags/appl/fnd/12.0.0/secure/VIS.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dprint.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log/jtffmctl.txt
       New value          : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u01/E-BIZ/apps/apps_st/comn/java/lib/jdbc6.zip:/u01/E-BIZ/apps/apps_st/comn/java/lib/orai18n.zip:/u01/E-BIZ/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u01/E-BIZ/apps/apps_st/comn/java/classes:/u01/E-BIZ/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u01/E-BIZ/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9342 -Dengine.AOLJ.config=/u01/E-BIZ/inst/apps/VIS_jags/appl/fnd/12.0.0/secure/VIS.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dprint.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log/jtffmctl.txt
       Check Condition    : Unconditional
       INFO               : Customer has the new value already in place - skipping
    [ s_jtffstart ]
       Action             : translate
       Change reason      : To prevent the content of the DBC file from being written into the Fulfillment Server log file
       Expected value     : [/u01/E-BIZ/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u01/E-BIZ/apps/apps_st/comn/java/lib/jdbc6.zip:/u01/E-BIZ/apps/apps_st/comn/java/lib/orai18n.zip:/u01/E-BIZ/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u01/E-BIZ/apps/apps_st/comn/java/classes:/u01/E-BIZ/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u01/E-BIZ/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/temp -Dengine.CommandPort=9342 -Dengine.AOLJ.config=/u01/E-BIZ/inst/apps/VIS_jags/appl/fnd/12.0.0/secure/VIS.dbc -Dengine.ServerID=5000 -Ddebug=full -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dprint.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log/jtffmctl.txt]
       Found value        : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u01/E-BIZ/apps/apps_st/comn/java/lib/jdbc6.zip:/u01/E-BIZ/apps/apps_st/comn/java/lib/orai18n.zip:/u01/E-BIZ/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u01/E-BIZ/apps/apps_st/comn/java/classes:/u01/E-BIZ/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u01/E-BIZ/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9342 -Dengine.AOLJ.config=/u01/E-BIZ/inst/apps/VIS_jags/appl/fnd/12.0.0/secure/VIS.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dprint.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log/jtffmctl.txt
       New value          : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u01/E-BIZ/apps/apps_st/comn/java/lib/jdbc6.zip:/u01/E-BIZ/apps/apps_st/comn/java/lib/orai18n.zip:/u01/E-BIZ/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u01/E-BIZ/apps/apps_st/comn/java/classes:/u01/E-BIZ/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u01/E-BIZ/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9342 -Dengine.AOLJ.config=/u01/E-BIZ/inst/apps/VIS_jags/appl/fnd/12.0.0/secure/VIS.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dprint.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log/jtffmctl.txt
       Check Condition    : Unconditional
       INFO               : Customer has the new value already in place - skipping
    [ s_jtffstart ]
       Action             : translate
       Change reason      : To prevent the content of the DBC file from being written into the Fulfillment Server log file
       Expected value     : [/u01/E-BIZ/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u01/E-BIZ/apps/apps_st/comn/java/lib/jdbc6.zip:/u01/E-BIZ/apps/apps_st/comn/java/lib/orai18n.zip:/u01/E-BIZ/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u01/E-BIZ/apps/apps_st/comn/java/classes:/u01/E-BIZ/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u01/E-BIZ/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/temp -Dengine.CommandPort=9342 -Dengine.AOLJ.config=/u01/E-BIZ/inst/apps/VIS_jags/appl/fnd/12.0.0/secure/VIS.

    Please paste the log file of
    /u01/E-BIZ/inst/apps/VIS_jags/admin/log/ApplyAppsTier_12250956.log
    Also check
    Troubleshooting RapidClone issues with Oracle Applications R12 (Doc ID 603104.1)

  • Installing EBS R12 on Windows Vista Basic

    I am trying to install EBS R12 media pack on my computer having Windows Vista Basic.
    I could have the installation pass 2 steps out of 5.
    But while performing the third step, it is failing with the following error:
    Log file located at F:\oracle\VIS\inst\apps\VIS_srinivas-pc\admin\log\ApplyAppsTechStack_08200335.log
    | 0% completed RC-50004: Fatal: Error occurred in ApplyAppsTechStack:
    RC-50013: Fatal: Failed to instantiate driver F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\driver\regclone.drv
    Does anybody know what could be the cause of the error?
    THe log files are pasted below:
    ApplyAppsTechStack_08200335.log
    Started ApplyAppsTechStack at Wed Aug 20 03:35:20 GMT 2008
    Version:
         ApplyAppsTechStack.java     :      120.23
    Executing home registration for s_weboh_oh...
    Registering using Registration Driver
    F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\driver\regclone.drv
    instantiate file:
    source : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\adouiweboh.pl
    dest : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl
    backup : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl to F:\oracle\VIS\inst\apps\VIS_srinivas-pc\out\ouicli.pl
    setting permissions: 700
    instantiate file:
    source : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\txkstubcfg1013.pl
    dest : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl
    backup : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl to F:\oracle\VIS\inst\apps\VIS_srinivas-pc\out\txkstubcfg1013.pl
    setting permissions: 700
    instantiate file:
    source : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\apachectl_sh_1013_oh.tmp
    dest : F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\bin\apachectl
    backup : F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\bin\apachectl to F:\oracle\VIS\inst\apps\VIS_srinivas-pc\out\apachectl
    setting permissions: 700
    Executing script in InstantiateFile:
    F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib\MSWin32-x86-multi-thread -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib\MSWin32-x86-multi-thread -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib -I F:\oracle\VIS\apps\apps_st\appl\au\12.0.0\perl -I F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\mod_perl\site\5.8.3\lib\MSWin32-x86-multi-thread F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl
    script returned:
    Beginning OUI CLI cloning for s_weboh_ohTue Aug 19 23:35:23 2008
    F:\oracle\VIS\apps\tech_st\10.1.3\jdk\bin\java -classpath F:\StageR12\startCD\Disk1\rapidwiz\jlib\java;F:\oracle\VIS\apps\tech_st\10.1.3\oui\jlib\OraInstaller.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar oracle.apps.ad.clone.util.OracleHomeCloner -OUICLI -e F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml -nolink -oaVar s_weboh_oh -homestub weboh -log F:\oracle\VIS\inst\apps\VIS_srinivas-pc\admin\log\ohclone.log
    running OUI CLI home cloning:
    F:\oracle\VIS\apps\tech_st\10.1.3\oui\bin\setup.exe -nowait -clone -silent -force -nolink -waitForCompletion session:ORACLE_HOME=F:\oracle\VIS\apps\tech_st\10.1.3 oracle.as.j2ee.top:s_asInstanceName=VIS_srinivas-pc_WEBOH oracle.as.j2ee.top:s_adminName=oc4jadmin oracle.as.j2ee.top:s_adminPassword=welcome ORACLE_HOME_NAME=VIS_srinivas-pc_WEBOH -J-Doracle.installer.noLink=true
    Finished OUI CLI cloning for s_weboh_oh with return code: 0Tue Aug 19 23:35:28 2008
    [SC] OpenService FAILED 1060:
    The specified service does not exist as an installed service.
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib\MSWin32-x86-multi-thread -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib\MSWin32-x86-multi-thread -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib -I F:\oracle\VIS\apps\apps_st\appl\au\12.0.0\perl -I F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\mod_perl\site\5.8.3\lib\MSWin32-x86-multi-thread F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl
    script returned:
    .end std out.
    .end err out.
    instantiate file:
    source : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\adouiweboh.pl
    dest : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl
    backup : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl to F:\oracle\VIS\inst\apps\VIS_srinivas-pc\out\ouicli0.pl
    setting permissions: 700
    instantiate file:
    source : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\txkstubcfg1013.pl
    dest : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl
    backup : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl to F:\oracle\VIS\inst\apps\VIS_srinivas-pc\out\txkstubcfg10130.pl
    setting permissions: 700
    instantiate file:
    source : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\apachectl_sh_1013_oh.tmp
    dest : F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\bin\apachectl
    backup : F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\bin\apachectl to F:\oracle\VIS\inst\apps\VIS_srinivas-pc\out\apachectl0
    setting permissions: 700
    F:\oracle\VIS\inst\apps\VIS_srinivas-pc\admin\log\adcvmlog.xml does not exist. Ignore it
    [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>
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib\MSWin32-x86-multi-thread -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib\MSWin32-x86-multi-thread -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib -I F:\oracle\VIS\apps\apps_st\appl\au\12.0.0\perl -I F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\mod_perl\site\5.8.3\lib\MSWin32-x86-multi-thread F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone
    ouicli.pl INSTE8_APPLY 36
    AutoConfig is exiting with status 1
    RC-50013: Fatal: Instantiate driver did not complete successfully.
    F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\driver\regclone.drv
    ======================================================
    Another Log File
    Log File: 08200031.log
    Processing DriverFile = F:\StageR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    Running Instantiation Drivers for F:\StageR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\template\adrunias.cmd
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd
    backup : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd to F:\oracle\VIS\apps\apps_st\appl\admin\VIS_srinivas-pc\out\templbac\adrunias.cmd
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\template\adrunat.cmd
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunat.cmd
    backup : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunat.cmd to F:\oracle\VIS\apps\apps_st\appl\admin\VIS_srinivas-pc\out\templbac\adrunat.cmd
    Step 0 of 5
    Command: F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd
    Processing Step 3 of 5
    Executing: F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>REM $Header: adrunias.cmd 120.7 2007/06/13 14:34:57 hcwolf noship $
    F:\StageR12\startCD\Disk1\rapidwiz>REM ###############################################################
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>REM This file is automatically generated by AutoConfig. It will be read and
    F:\StageR12\startCD\Disk1\rapidwiz>REM overwritten. If you were instructed to edit this file, or if you are not
    F:\StageR12\startCD\Disk1\rapidwiz>REM able to use the settings created by AutoConfig, refer to Metalink Note
    F:\StageR12\startCD\Disk1\rapidwiz>REM 387859.1 for assistance.
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>REM ###############################################################
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    F:\StageR12\startCD\Disk1\rapidwiz>(set date=Tue 08/19/2008 )
    F:\StageR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    F:\StageR12\startCD\Disk1\rapidwiz>(set time=11:07 PM )
    F:\StageR12\startCD\Disk1\rapidwiz>ECHO STARTED INSTALL PHASE : APPS TECH STACK : Tue 08/19/2008 11:07 PM
    STARTED INSTALL PHASE : APPS TECH STACK : Tue 08/19/2008 11:07 PM
    F:\StageR12\startCD\Disk1\rapidwiz>SET JRE_PATH=F:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.5.0\bin\java
    F:\StageR12\startCD\Disk1\rapidwiz>SET JRE_CP=.;F:\StageR12\startCD\Disk1\rapidwiz\jlib\java;F:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar
    F:\StageR12\startCD\Disk1\rapidwiz>SET XML_FILE=F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    F:\StageR12\startCD\Disk1\rapidwiz>SET PATH=F:\StageR12\startCD\Disk1\rapidwiz\unzip\NT;C:\Perl\site\bin;C:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;f:\cygwin\cygwininstal\bin\
    F:\StageR12\startCD\Disk1\rapidwiz>SET EC=ERRORCODE
    F:\StageR12\startCD\Disk1\rapidwiz>setlocal enableextensions
    F:\StageR12\startCD\Disk1\rapidwiz>set /P unpw=""
    F:\StageR12\startCD\Disk1\rapidwiz>for /F "usebackq tokens=1,2 delims=/" %i in ('APPS/APPS') do set APPS_UNAME=%i && set APPS_PWD=%j
    F:\StageR12\startCD\Disk1\rapidwiz>set APPS_UNAME=APPS && set APPS_PWD=APPS
    F:\StageR12\startCD\Disk1\rapidwiz>SET APPSUSER=APPS
    F:\StageR12\startCD\Disk1\rapidwiz>SET APPSPASS=APPS
    F:\StageR12\startCD\Disk1\rapidwiz>IF "5" == "1" (SET THREADS=1 ) ELSE (SET THREADS=2 )
    F:\StageR12\startCD\Disk1\rapidwiz>CD /D C:\Users\Srinivas\AppData\Local\Temp
    C:\Users\Srinivas\AppData\Local\Temp>if "FALSE" == "F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd" (if not "FALSE" == "FALSE" (goto :FALSE ) else (goto :runProcess_1 ) )
    C:\Users\Srinivas\AppData\Local\Temp>echo "runProcess_1"
    "runProcess_1"
    C:\Users\Srinivas\AppData\Local\Temp>REM
    C:\Users\Srinivas\AppData\Local\Temp>REM Perform the install for tech stack
    C:\Users\Srinivas\AppData\Local\Temp>REM
    C:\Users\Srinivas\AppData\Local\Temp>echo Statusstring Installing Applications Technology Stack
    Statusstring Installing Applications Technology Stack
    C:\Users\Srinivas\AppData\Local\Temp>F:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.5.0\bin\java -mx600M -classpath .;F:\StageR12\startCD\Disk1\rapidwiz\jlib\java;F:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar oracle.apps.ad.rapidwiz.util.InstantiateFile -e F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml -d F:\StageR12\startCD\Disk1\rapidwiz\driver\appsts\driver\gias.drv -pwd no_password_here -log F:\oracle\VIS\apps\apps_st\appl\admin\VIS_srinivas-pc\log\ApplyAppsTechStack.log -nthreads 2 -verbose
    Enter the location of the CD labeled Oracle Applications Rapid Install - Tools Disk 1 :
    Checking Disk contents in - F:\StageR12\startCD\Disk1\rapidwiz
    Checking Disk contents in - F:\StageR12\oraAS\Disk1
    Checking Disk contents in - F:\StageR12\oraAS\Disk1
    Unzip Count:43
    Processing Disk1....
    Processing Disk2....
    C:\Users\Srinivas\AppData\Local\Temp>if 0 == 0 goto :BITS_OK
    C:\Users\Srinivas\AppData\Local\Temp>echo "runProcess_2"
    "runProcess_2"
    C:\Users\Srinivas\AppData\Local\Temp>REM Perform the registration for tech stack
    C:\Users\Srinivas\AppData\Local\Temp>REM
    C:\Users\Srinivas\AppData\Local\Temp>REM Bugfix: 5872965/5978329
    C:\Users\Srinivas\AppData\Local\Temp>COPY F:\StageR12\startCD\Disk1\rapidwiz\etc\adouitools.pl F:\oracle\VIS\apps\tech_st\10.1.2\appsutil\template\adouitools.pl
    1 file(s) copied.
    C:\Users\Srinivas\AppData\Local\Temp>COPY F:\StageR12\startCD\Disk1\rapidwiz\etc\adouiweboh.pl F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\adouiweboh.pl
    1 file(s) copied.
    C:\Users\Srinivas\AppData\Local\Temp>REM End Bugfix: 587296/5978329
    C:\Users\Srinivas\AppData\Local\Temp>echo Statusstring Registering Applications Technology Stack
    Statusstring Registering Applications Technology Stack
    C:\Users\Srinivas\AppData\Local\Temp>(echo APPS & echo APPS ) | F:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.5.0\bin\java -mx512M -classpath .;F:\StageR12\startCD\Disk1\rapidwiz\jlib\java;F:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar oracle.apps.ad.clone.ApplyAppsTechStack -e F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml -stage F:\StageR12\startCD\Disk1\rapidwiz -showProgress -phase reg -nopromptmsg
    Log file located at F:\oracle\VIS\inst\apps\VIS_srinivas-pc\admin\log\ApplyAppsTechStack_08200335.log
    | 0% completed RC-50004: Fatal: Error occurred in ApplyAppsTechStack:
    RC-50013: Fatal: Failed to instantiate driver F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\driver\regclone.drv
    C:\Users\Srinivas\AppData\Local\Temp>if 1 == 0 goto :REG_OK
    C:\Users\Srinivas\AppData\Local\Temp>echo Cannot execute registration of Applications Techstack
    Cannot execute registration of Applications Techstack
    C:\Users\Srinivas\AppData\Local\Temp>if "" == "TRUE" goto :INSIAS_OK
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running APPL_TOP Install Driver for VIS instance
    Please refer to the remaining logs on applications node at - F:\oracle\VIS\inst\apps\VIS_srinivas-pc\logs\08200031.log
    Processing DriverFile = F:\StageR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    Running Instantiation Drivers for F:\StageR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\template\adrunias.cmd
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd
    backup : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd to F:\oracle\VIS\apps\apps_st\appl\admin\VIS_srinivas-pc\out\templbac\adrunias.cmd
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\template\adrunat.cmd
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunat.cmd
    backup : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunat.cmd to F:\oracle\VIS\apps\apps_st\appl\admin\VIS_srinivas-pc\out\templbac\adrunat.cmd
    Step 0 of 5
    Command: F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd
    Processing Step 3 of 5
    Executing: F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>REM $Header: adrunias.cmd 120.7 2007/06/13 14:34:57 hcwolf noship $
    F:\StageR12\startCD\Disk1\rapidwiz>REM ###############################################################
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>REM This file is automatically generated by AutoConfig. It will be read and
    F:\StageR12\startCD\Disk1\rapidwiz>REM overwritten. If you were instructed to edit this file, or if you are not
    F:\StageR12\startCD\Disk1\rapidwiz>REM able to use the settings created by AutoConfig, refer to Metalink Note
    F:\StageR12\startCD\Disk1\rapidwiz>REM 387859.1 for assistance.
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>REM ###############################################################
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    F:\StageR12\startCD\Disk1\rapidwiz>(set date=Tue 08/19/2008 )
    F:\StageR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    F:\StageR12\startCD\Disk1\rapidwiz>(set time=11:53 PM )
    F:\StageR12\startCD\Disk1\rapidwiz>ECHO STARTED INSTALL PHASE : APPS TECH STACK : Tue 08/19/2008 11:53 PM
    STARTED INSTALL PHASE : APPS TECH STACK : Tue 08/19/2008 11:53 PM
    F:\StageR12\startCD\Disk1\rapidwiz>SET JRE_PATH=F:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.5.0\bin\java
    F:\StageR12\startCD\Disk1\rapidwiz>SET JRE_CP=.;F:\StageR12\startCD\Disk1\rapidwiz\jlib\java;F:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar
    F:\StageR12\startCD\Disk1\rapidwiz>SET XML_FILE=F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    F:\StageR12\startCD\Disk1\rapidwiz>SET PATH=F:\StageR12\startCD\Disk1\rapidwiz\unzip\NT;C:\Perl\site\bin;C:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;f:\cygwin\cygwininstal\bin\
    F:\StageR12\startCD\Disk1\rapidwiz>SET EC=ERRORCODE
    F:\StageR12\startCD\Disk1\rapidwiz>setlocal enableextensions
    F:\StageR12\startCD\Disk1\rapidwiz>set /P unpw=""
    F:\StageR12\startCD\Disk1\rapidwiz>for /F "usebackq tokens=1,2 delims=/" %i in ('APPS/APPS') do set APPS_UNAME=%i && set APPS_PWD=%j
    F:\StageR12\startCD\Disk1\rapidwiz>set APPS_UNAME=APPS && set APPS_PWD=APPS
    F:\StageR12\startCD\Disk1\rapidwiz>SET APPSUSER=APPS
    F:\StageR12\startCD\Disk1\rapidwiz>SET APPSPASS=APPS
    F:\StageR12\startCD\Disk1\rapidwiz>IF "5" == "1" (SET THREADS=1 ) ELSE (SET THREADS=2 )
    F:\StageR12\startCD\Disk1\rapidwiz>CD /D C:\Users\Srinivas\AppData\Local\Temp
    C:\Users\Srinivas\AppData\Local\Temp>if "F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd" == "F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd" (if not ""runProcess_2"" == "FALSE" (goto :"runProcess_2" ) else (goto :runProcess_1 ) )
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running APPL_TOP Install Driver for VIS instance
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
    dest : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
    dest : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    Database Availability
    command: cmd.exe /c F:\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd F:\oracle\VIS\db\tech_st\10.2.0\VIS_srinivas-pc.cmd sqlplus F:\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS
    F:\StageR12\startCD\Disk1\rapidwiz>echo off
    Tue 08/19/2008
    11:54 PM
    ECHO is off.
    ECHO is off.
    Tue 08/19/2008 11:54 PM
    VIS_srinivas-pc.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : F:\oracle\VIS\db\tech_st\10.2.0"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : F:\oracle\VIS\db\tech_st\10.2.0\perl\5.8.3\bin\MSWin32-x86-multi-thread\;F:\oracle\VIS\db\tech_st\10.2.0\bin;F:\oracle\VIS\db\tech_st\10.2.0\appsutil\jre\bin;F:\oracle\VIS\db\tech_st\10.2.0\appsutil\jre\bin;C:\Perl\site\bin;C:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;f:\cygwin\cygwininstal\bin\"
    " LD_LIBRARY_PATH : F:\oracle\VIS\db\tech_st\10.2.0\lib"
    SQL*Plus: Release 10.2.0.3.0 - Production on Tue Aug 19 23:54:28 2008
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Connected.
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    connect test returning code 0
    ERRORCODE = 0 ERRORCODE_END
    Database ORACLE_HOME connection test has succeeded
    command: cmd.exe /c F:\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd F:\oracle\VIS\inst\apps\VIS_srinivas-pc\ora\10.1.2\VIS_srinivas-pc.cmd sqlplus F:\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS
    F:\StageR12\startCD\Disk1\rapidwiz>echo off
    Tue 08/19/2008
    11:54 PM
    "Cannot find environment file "F:\oracle\VIS\inst\apps\VIS_srinivas-pc\ora\10.1.2\VIS_srinivas-pc.cmd""
    ERRORCODE = 0 ERRORCODE_END
    Apps ORACLE_HOME connection test has succeeded
    Configuration Upload
    uploading config file at C:\Users\Srinivas\AppData\Local\Temp\08200031\conf_VIS.txt
    AppsConfig : 'config.txt' uploading...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : srinivas-pc
    sDbDomain : nathani.com
    sDbPort : 1524
    sDbSid : VIS
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@srinivas-pc.nathani.com:1524:VIS
    Connection obtained
    -------------------ADX Database Utility Finished---------------
    Successful upload of config file at C:\Users\Srinivas\AppData\Local\Temp\08200031\conf_VIS.txt
    Environment File
    Database ORACLE_HOME environment file passes instantiated variables test:
    File = F:\oracle\VIS\db\tech_st\10.2.0\VIS_srinivas-pc.env
    RW-50016: Error: - Apps ORACLE_HOME environment file was not created:
    File = F:\oracle\VIS\inst\apps\VIS_srinivas-pc\ora\10.1.3\VIS_srinivas-pc.cmd
    RW-50016: Error: - iAS ORACLE_HOME environment file was not created:
    File = F:\oracle\VIS\inst\apps\VIS_srinivas-pc\ora\10.1.2\VIS_srinivas-pc.cmd
    RW-50016: Error: - APPL_TOP environment file was not created:
    File = F:\oracle\VIS\apps\apps_st\appl\VIS_srinivas-pc.cmd
    RW-50016: Error: - ADOVARS environment file was not created:
    File = F:\oracle\VIS\apps\apps_st\appl\admin\adovars.cmd
    RW-50016: Error: - APPSCONFIG was not created:
    File = F:\oracle\VIS\apps\apps_st\appl\admin\adconfig.txt
    DBC File
    RW-00023: Error: - DBC file was not created:
    File = F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\fnd\12.0.0\secure\VIS.dbc
    HTTP
    checking URL = http://srinivas-pc.nathani.com:8003
    RW-50015: Error: - HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Help Page
    checking URL = http://srinivas-pc.nathani.com:8003/OA_HTML/help
    RW-50015: Error: - Help Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Virtual Directory
    RW-50015: Error: - Http Server Virtual Directories is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    JSP
    checking URL = http://srinivas-pc.nathani.com:8003/OA_HTML/jtfTestCookie.jsp
    RW-50015: Error: - JSP is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Login Page
    RW-50015: Error: - Login Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.

    Client Certifications
    OS Product Server Status Addtl. Info. Components Other Issues
    Vista SP1 12.0 N/A Certified None None Yes None
    Vista 12.0 N/A Certified None None Yes NoneIt is certified as a Client (Desktop) only. Means, you can access Oracle Apps 11i/R12 from a machine running Windows Vista, but it is not certified as Application/Database tiers.
    And also the below link from blogs.oracle.com says that R12 is certified with vista.
    http://blogs.oracle.com/stevenChan/2008/07/windows_vista_service_pack_1_certified_with_apps_1.html
    Release 12
    - Oracle Applications Release 12 with R12.ATG_PF.A.DELTA.3 (patch 6077669) or later
    - Microsoft Vista Service Pack 1 (SP1) desktop clients running Internet Explorer 7
    - Sun Java plug-in (JRE) 1.5.0_12 or later

  • Migration to oracle R12

    Hi all,
    After migration process i tried to connect EBS R12 with new migrated 11g database(11.1.0.6.0).
    Aftr generating the appsutil in database tier i generted xml file in apps . and tried to run autconfg.
    in that process it will throws some errors like this, [PROFILE PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u02/oracle/VIS/apps/tech_st/10.1.3/perl/bin/perl -I /u02/oracle/VIS/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /u0
    2/oracle/VIS/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /u02/oracle/VIS/apps/apps_st/appl/au/12.0.0/perl -I /u02/oracle/
    VIS/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/IA64.ARCHREV_0-thread-multi-LP64 /u02/oracle/VIS/inst/apps
    /VIS_oracleebs3/admin/scripts/adexecsql.pl sqlfile=/u02/oracle/VIS/inst/apps/VIS_oracleebs3/admin/install
    afwebprf.sql INSTE8_PRF 1
    Directory: /u02/oracle/VIS/inst/apps/VIS_oracleebs3/admin/install
    afcpctx.sh INSTE8_PRF 1
    Erros:
    ERROR at line 191:
    ORA-06550: line 191, column 12:
    PLS-00306: wrong number or types of arguments in call to 'SET_PROFILE'
    ORA-06550: line 191, column 12:
    PL/SQL: Statement ignored
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Error encountered while running /u02/oracle/VIS/inst/apps/VIS_oracleebs3/admin/install/afwebprf.sql
    ERRORCODE = 1 ERRORCODE_END
    .end std out.
    and
    Uploading Metadata file /u02/oracle/VIS/apps/apps_st/appl/ad/12.0.0/admin/template/adctxinf.tmp
    Metadata file /u02/oracle/VIS/apps/apps_st/appl/ad/12.0.0/admin/template/adctxinf.tmp upload failed.
    Check log file created by FNDCPUCF program.
    ERRORCODE = 1 ERRORCODE_END
    .end std out.
    APP-FND-01564: ORACLE error 6550 in afpoload
    Cause: afpoload failed due to ORA-06550: line 1, column 31:
    Thanks,
    Ranjith.A

    Hi Hussein/srini
    1. appsutil.zip successfully created in the apps node. aftr that i created xml fle in db tier and run the autoconfig uing that appsutil.zip.
    2. afte that i stoped all thedatabase/listner in db tier andsource the new env file and started thedb and listner.
    3. Then in apps tier ,i edited apps contxt fle for the new databse (dbhost and jdbc_url) then Run the auto autoconfig . It throws error like this,
    AutoConfig could not successfully execute the following scripts:
    Error 1:
    Directory: /u02/oracle/VIS/apps/tech_st/10.1.3/perl/bin/perl -I /u02/oracle/VIS/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /u0
    2/oracle/VIS/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /u02/oracle/VIS/apps/apps_st/appl/au/12.0.0/perl -I /u02/oracle/
    VIS/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/IA64.ARCHREV_0-thread-multi-LP64 /u02/oracle/VIS/inst/apps
    /VIS_oracleebs3/admin/scripts/adexecsql.pl sqlfile=/u02/oracle/VIS/inst/apps/VIS_oracleebs3/admin/install
    afwebprf.sql INSTE8_PRF 1
    Erro 2:
    Directory: /u02/oracle/VIS/inst/apps/VIS_oracleebs3/admin/install
    afcpctx.sh INSTE8_PRF 1
    Befre that error ,
    beginig the autoconfig it shows like this,
    Context Value Management will now update the Context file
    Updating Context file...COMPLETED
    Attempting upload of Context file and templates to database...ERROR: InD bCtxFile.uploadCtx() : Exception : Error executng BEGIN fnd_gsm_util.upload_cont ext_file(:1,:2,:3,:4,:5); END;: 1; Oracle error -6502: ORA-06502: PL/SQL: numeri c or value error: character to number conversion error has been detected in FND_ GSM_UTIL.upload_context_file.
    oracle.apps.ad.autoconfig.oam.InDbCtxFileException: Error executng BEGIN fnd_gsm util.uploadcontext_file(:1,:2,:3,:4,:5); END;: 1; Oracle error -6502: ORA-0650 2: PL/SQL: numeric or value error: character to number conversion error has been detected in FND_GSM_UTIL.upload_context_file.
    at oracle.apps.ad.autoconfig.oam.InDbCtxFile.uploadCtx(InDbCtxFile.java: 281)
    at oracle.apps.ad.autoconfig.oam.CtxSynchronizer.uploadToDb(CtxSynchroni zer.java:328)
    at oracle.apps.ad.tools.configuration.FileSysDBCtxMerge.updateDBCtx(File SysDBCtxMerge.java:678)
    at oracle.apps.ad.tools.configuration.FileSysDBCtxMerge.updateDBFiles(Fi leSysDBCtxMerge.java:222)
    at oracle.apps.ad.context.CtxValueMgt.processCtxFile(CtxValueMgt.java:16 80)
    at oracle.apps.ad.context.CtxValueMgt.main(CtxValueMgt.java:755)
    FAILED
    COMPLETED
    Log files:
    Error 2:
    Uploading Metadata file /u02/oracle/VIS/apps/apps_st/appl/ad/12.0.0/admin/template/adctxinf.tmp
    APP-FND-01564: ORACLE error 6550 in afpoload
    Cause: afpoload failed due to ORA-06550: line 1, column 31:
    PLS-00302: component 'MAJOR_VERSION' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored.
    The SQL statement being executed at the time of the error was: begin :release := fnd_release.major_version;end; and was executed from the file &ERRFILE.
    APP-FND-00434: AFPRCP:Failed to initialize profile option values :
    Metadata file /u02/oracle/VIS/apps/apps_st/appl/ad/12.0.0/admin/template/adctxinf.tmp upload failed.
    Check log file created by FNDCPUCF program.
    ERRORCODE = 1 ERRORCODE_END
    for error 1:
    Enter value for 1: Enter value for 2: Enter value for 3: Connected.
    adx_prf_pkg.set_profile(
    ERROR at line 191:
    ORA-06550: line 191, column 12:
    PLS-00306: wrong number or types of arguments in call to 'SET_PROFILE'
    ORA-06550: line 191, column 12:
    PL/SQL: Statement ignored
    I found one solution for Error 2:
    281841.1 (Autoconfig Failed at Script afcpctx.sh).
    but i don't know to to disable that not null in tht dable.
    Note: ( EBS APPS version is R12 and DB vrsion is 11.1.0.6.0, DD is migrated from 9i)
    Thank in Advance,
    Ranjith.A

  • Clone to DEV fails after JRE plug-in upgrade to 1.7.0_75

    DB - 11.2.0.3 - zLinux - s390
    APP - 12.1.3 - Suse Linux - x86_64 - SP2
    We're attempting to clone from our PROD environment to one of our DEV environments - and the clone steps fail.After laying the filesystem down, I run
    perl adcfgclone.pl appsTier
    and I receive the error......
    sh: /ds01/mclebs/SID/apps/apps_st/comn/clone/bin/../jre/bin/java: No such file or directory
    Then based a note I saw online, I rename java executable to java_old and create a symbolic link to the location of java (/usr/bin/java)
    Then I try running the clone step (perl adcfgclone.pl appsTier) again
    This time I receive the following errors in the ApplyAppsTier_05011354.log file as shown below.......
    Started ApplyAppsTier at Fri May 01 13:54:38 CDT 2015
    Version:
      ApplyAppsTier.java : 120.4
    # Calling ApplyAppsTechStack...
    Executing runInstallDriver...
    Started unzipping files...
    Completed runInstallDriver.
    Executing home registration for s_weboh_oh...
    Registering using Registration Driver
    /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/driver/regclone.drv
    instantiate file:
       source : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/template/adouiweboh.pl
       dest   : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/ouicli.pl
       backup : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/ouicli.pl to /dl01/mclebs/$SID/inst/apps/$SID_$HOSTNAME/out/ouicli.pl
       setting permissions: 700
       setting ownership: applmgr:ebsapps
    instantiate file:
       source : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/template/adlnkweboh.sh
       dest   : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/adlnkweboh.sh
       backup : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/adlnkweboh.sh to /dl01/mclebs/$SID/inst/apps/$SID_$HOSTNAME/out/adlnkweboh.sh
       setting permissions: 700
       setting ownership: applmgr:ebsapps
    instantiate file:
       source : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/template/txkstubcfg1013.pl
       dest   : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/txkstubcfg1013.pl
       backup : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/txkstubcfg1013.pl to /dl01/mclebs/$SID/inst/apps/$SID_$HOSTNAME/out/txkstubcfg1013.pl
       setting permissions: 700
       setting ownership: applmgr:ebsapps
    instantiate file:
       source : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/template/apachectl_sh_1013_oh.tmp
       dest   : /ds01/mclebs/$SID/apps/tech_st/10.1.3/Apache/Apache/bin/apachectl
       backup : /ds01/mclebs/$SID/apps/tech_st/10.1.3/Apache/Apache/bin/apachectl to /dl01/mclebs/$SID/inst/apps/$SID_$HOSTNAME/out/apachectl
       setting permissions: 700
       setting ownership: applmgr:ebsapps
    Executing script in InstantiateFile:
    /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/bin/perl -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /ds01/mclebs/$SID/apps/apps_st/appl/au/12.0.0/perl -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/ouicli.pl
    RC-50208: Exception  in method TimedProcessProcess.run
    Raised by oracle.apps.ad.util.TimedProcess$TimedProcessProcess: java.io.IOException: Cannot run program "/ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/bin/perl": java.io.IOException: error=2, No such file or directory
    script returned:
    Exception in TimedProcess...Failed to  execute command = /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/bin/perl -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /ds01/mclebs/$SID/apps/apps_st/appl/au/12.0.0/perl -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/ouicli.pl -nopromptmsg****************************************************
    Executing script in InstantiateFile:
    /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/adlnkweboh.sh
    script returned:
    adlnkweboh.sh started at Fri May  1 13:54:41 CDT 2015
    Log file located at /dl01/mclebs/$SID/inst/apps/$SID_$HOSTNAME/logs/ora/10.1.3/install/make_05011354.log
    Error while running adlnkweboh.sh.
      return code = .9
    Please check logfile located at /dl01/mclebs/$SID/inst/apps/$SID_$HOSTNAME/logs/ora/10.1.3/install/make_05011354.log
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/bin/perl -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /ds01/mclebs/$SID/apps/apps_st/appl/au/12.0.0/perl -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/txkstubcfg1013.pl
    RC-50208: Exception  in method TimedProcessProcess.run
    Raised by oracle.apps.ad.util.TimedProcess$TimedProcessProcess: java.io.IOException: Cannot run program "/ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/bin/perl": java.io.IOException: error=2, No such file or directory
    script returned:
    Exception in TimedProcess...Failed to  execute command = /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/bin/perl -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /ds01/mclebs/$SID/apps/apps_st/appl/au/12.0.0/perl -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/txkstubcfg1013.pl -nopromptmsg****************************************************

    Hi,
    Have you checked the file location of the executable - java and perl.
    Check the file permissions.
    export PATH for the JAVA/perl and retry.
    Regards,
    Krish

  • Adcfgclone.pl error

    Hi
    we are try to clone freshly installed linux server from the backup.db is over but we are try to run cfgclone in appstier we are facing this problem give below.
    [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: /u02/apps/DEV_pipsy/admin/install
    adgendbc.sh INSTE8_SETUP 1
    afcpnode.sh INSTE8_SETUP 1
    afgcsreg.sh INSTE8_SETUP 1
    txkWfClone.sh INSTALL_SETUP 1
    [PROFILE PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/apps/tech_st/10.1.3/perl/bin/perl -I /u01/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /u01/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /u01/apps/apps_st/appl/au/12.0.0/perl -I /u01/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /u02/apps/DEV_pipsy/admin/scripts/adexecsql.pl sqlfile=/u02/apps/DEV_pipsy/admin/install
    afwebprf.sql INSTE8_PRF 1
    amscmprf.sql INSTE8_PRF 1
    amswebprf.sql INSTE8_PRF 1
    bisadmprf.sql INSTE8_PRF 1
    bisdblrp.sql INSTE8_PRF 1
    clnadmprf.sql INSTE8_PRF 1
    cncmprf.sql INSTE8_PRF 1
    cseadmprf.sql INSTE8_PRF 1
    csfadmprf.sql INSTE8_PRF 1
    csiadmprf.sql INSTE8_PRF 1
    eamadmprf.sql INSTE8_PRF 1
    fteadmprf.sql INSTE8_PRF 1
    icxwebprf.sql INSTE8_PRF 1
    oksfrmprf.sql INSTE8_PRF 1
    wshadmprf.sql INSTE8_PRF 1
    Directory: /u02/apps/DEV_pipsy/admin/install
    adadmprf.sh INSTE8_PRF 1
    afadmprf.sh INSTE8_PRF 1
    afcpctx.sh INSTE8_PRF 1
    afcpgsm.sh INSTE8_PRF 1
    ibywebprf.sh INSTE8_PRF 1
    igccmprf.sh INSTE8_PRF 1
    jtfictx.sh INSTE8_PRF 1
    okladmprf.sh INSTE8_PRF 1
    txkJavaMailerCfg.sh INSTE8_PRF 1
    txkWebServicescfg.sh INSTE8_PRF 1
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/apps/tech_st/10.1.3/perl/bin/perl -I /u01/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /u01/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /u01/apps/apps_st/appl/au/12.0.0/perl -I /u01/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /u02/apps/DEV_pipsy/admin/install
    adadmat.pl INSTE8_APPLY 1
    AutoConfig is exiting with status 30
    ple urgement ple,,,,

    Please upload AutoConfig log file to any free hosting website and post the link here.
    Also, make sure you have all OS pre-req. packages installed as per these docs.
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86 [ID 761564.1]
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 [ID 761566.1]
    Thanks,
    Hussein

Maybe you are looking for

  • Mail step in workflow is in infinite loop.

    Dear All,        I have created a workflow with deadline monitoring feature.In the workflow created,I have defined a mail step in a loop with loop condition priority = 8 and three minute for deadline.When the workflow gets triggered , the mail step i

  • How-to: Check DHCP clients on the LAN ports??

    Hi, I can manage the DHCP clients on the wifi. But not on the LAN. Can anyone let me know where in the AirPort Utility? regards,

  • PDF Conversion Truncated

    Hello, I have an issue when performing the Spool to PDF conversion.  I am using FM CONVERT_ABAPSPOOLJOB_2_PDF to convert an ALV list to a PDF file.  When I run my report in the foreground, everything works correctly, the PDF file is attached and then

  • Why isn't Premiere in the CC Desktop app?

    I purchased Premiere Pro CC, but it doesn't appear in the CC desktop app to download. The activation worked because the CC website shows "Download" for Premiere Pro instead of "Try Now". Why isn't Premiere in the CC Desktop app? Super frustrating.

  • Photo Elements won't open

    I cannot get Photo Elements 11 to open. It installs OK but keeps asking me to to accept the licensing. I keep pressing the "Accept" button but it makes no difference. I have spent 6 hours trying to open this software but nothing works. I paid for thi