Home » Applications » Oracle Fusion Apps & E-Business Suite » Installing on Linux, JSP check failed [SOLVED]
Installing on Linux, JSP check failed [SOLVED] [message #153646] Tue, 03 January 2006 08:51 Go to next message
madchaz
Messages: 65
Registered: October 2005
Member
I'm installing Oracle applications with the Vision demo on Red Hat.

I am at the post install check. I had 2 issues. One I have solved, but the other I am having some issues with.

Issue 1: DBC file check was failing. For some reason, it created the file with the fully qualified name, including domain name, as the file name. Oracle was looking for it under the shorter name, so what I did is copy the file to have the right name.

Issue 2, unsolved: JSP check is failing, saying there is an issue with the DBC file.

This being my first installation, I am following the installation guide, but I can't find any mention of the DBC file or any edit I should do to it. Here is the content of the file.

[root@cnedbsrv01 secure]# cat cnedbsrv01_oravis.dbc
# $Header: template.dbc 115.4 2000/04/20 11:50:57 pkm ship      $
# TEMPLATE.dbc
#   Template database configuration file.
#
#   Create one copy of this file for each database instance this
#   Applications Server will connect to.  Each file should have the name
#       <database_instance_name>.dbc
#   and be located in this directory ($FND_TOP/secure).
#   Change each of the parameters below to values appropriate for
#   the database instance.  Do not change the syntax.
#
#   This file can be gererated using the AdminAppServer tool.
#   This is a java utility that can be run from the command line.
#   Instructions to use this tool are documented in the Applications
#   Sysadmin Manual.

#
# TWO_TASK
#   SQL*Net name of database.
#
TWO_TASK=database

#
# FNDNAM
#   Oracle User to be used for Oracle Applications connection.
#   The FNDNAM Oracle User must have Oracle Applications privilege level
#   'Universal'.
#
FNDNAM=APPS

#
# GWYUID
#   Oracle User/Password of the public account to be used for initial
#   Oracle Applications connection.
#   The GWYUID Oracle User must have Oracle Applications privilege level
#   'Public'.
#
GWYUID=APPLSYSPUB/PUB

#
# GUEST_USER_PWD
#   Applications User/Password of the Guest user.
#   The Guest Applications User is a public Applications user
#   with no responsibilities assigned.  If no such user exists,
#   create one in the 'Define User' form.  Do not use a user with
#   any active responsibilities. Note: This parameter is for
#   an applications user NOT an Oracle user. The Guest user
#   is seeded with 11i.

GUEST_USER_PWD=GUEST/GUEST

# THE FOLLOWING PARAMETERS ARE RELEVANT ONLY
# IF JDBC IS BEING USED. IF THEY ARE NOT SUPPLIED, DEFAULTS
# WILL BE USED.

# APPS_JDBC_DRIVER_TYPE
#   The type of JDBC driver being used. If no value is supplied,
#   the thick (OCI) driver will be used. Give a value of THIN
#   or THICK depending on the type of JDBC driver to be used.
#   For a detailed discussion on the THIN vs the THICK driver,
#   refer to the JDBC documentation. For Release 11i , this
#   should be set to a value of THIN.


APPS_JDBC_DRIVER_TYPE=THIN

# DB_HOST
#   The host machine on which the database resides. This parameter
#   is required only if the THIN DRIVER is being used.

DB_HOST=host_name

# DB_PORT
#   The port of the host machine on which the database resides.
#   This is required only if the THIN driver is being used.

DB_PORT=port_number

# DB_NAME
# Database instance name.
# This is required only if the THIN driver is being used.
# If no value is provided, the TWO_TASK is used.

# DB_NAME=db_name



Any help will be greatly appreciated

[Updated on: Wed, 04 January 2006 07:26]

Report message to a moderator

Re: Installing on Linux, JSP check failed [message #153854 is a reply to message #153646] Wed, 04 January 2006 07:25 Go to previous messageGo to next message
madchaz
Messages: 65
Registered: October 2005
Member
the problem turned out to be in autoconfig. It wasn't using the right java binaries and this caused the dbc file to not be configured.
Re: Installing on Linux, JSP check failed [message #153859 is a reply to message #153854] Wed, 04 January 2006 08:08 Go to previous message
Art Metzer
Messages: 2480
Registered: December 2002
Senior Member
Madchaz, thank you for following up.

AJM
Previous Topic: AR Interface Errors
Next Topic: Unable to open oracle applications more then once
Goto Forum:
  


Current Time: Sat May 11 00:45:01 CDT 2024