Mod_jserv.log

Does anyone know whether the mod_jserv.log is used on a UNIX platform? I have an installation of 9ias on both NT and AIX and the mod_jserv.log file is there on NT but is not there on AIX.
Thanks

Amilkar,
The error message you have posted is suggesting that the "ORACLE_HOME" environment variable is not set for the user that is launching the "apachectl" script. Have you verified whether "ORACLE_HOME" is set (or not)? Do you know how to verify it?
By the way, what has the "DISPLAY" variable got to do with it, anyway? Why did you think that setting this variable will solve your problem?
Good Luck,
Avi.

Similar Messages

  • Errors in mod_jserv.log

    Hi,
    We are getting below errors in Jserv logs.No errors were found in Apache logs
    [01/03/2009 14:45:11:765] (ERROR) an error returned handling request via protocol "balance"
    [01/03/2009 16:16:42:514] (ERROR) ajp12: Servlet Error: java.lang.NullPointerException: null
    [01/03/2009 16:16:42:514] (ERROR) an error returned handling request via protocol "ajpv12"
    [01/03/2009 16:16:42:514] (ERROR) balance: 25405 internal servlet error in server xxxx.it.test:16000
    We had login issues and we had bounce apache to get rid of login issue.Whats caused the error ?Any help?

    Hi,
    Was this working before? If yes, what changes have been done recently?
    Please stop Apache, and verify that you have no processes from the OS, start Apache and check then.
    Also, run AutoConfig on the application tier and make sure it runs successfully.
    If the above does not help, I would suggest you enable debug to collect more details about the error.
    Note: 249669.1 - How To Collect Apache and Jserv Debugging Details For Applications 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=249669.1
    Regards,
    Hussein

  • Mod_jserv.log error

    Hi I have this error:
    (ERROR) wrapper_auto: File /oracle/product/9.2.0/Apache/Jserv/etc/jserv.properties (line 100) wrapper.env.copy: environment variable not found for ORACLE_HOME
    I tried seting the variable DISPLAY=:0.0 but still have the error when trying to start apache with apachetl start
    Thanks

    Amilkar,
    The error message you have posted is suggesting that the "ORACLE_HOME" environment variable is not set for the user that is launching the "apachectl" script. Have you verified whether "ORACLE_HOME" is set (or not)? Do you know how to verify it?
    By the way, what has the "DISPLAY" variable got to do with it, anyway? Why did you think that setting this variable will solve your problem?
    Good Luck,
    Avi.

  • Messsages not going in log file

    I have enabled diagnostics also did the settings as described in note -313695.1 on metalink. I have added some System.out.prints in my class file and uploaded on server and Im not sure where to dig for these messages.
    I looked in jserv.log , mod_jserv.log , $COMMON_TOP/temp/log/mylog.log
    but none of the SOPs are written here.
    Any thoughts ? Thanks

    It will come in jserv.log. Make sure to bounce the apache after file replace.
    --Shiv                                                                                                                                                                               

  • App server Logs

    Hi Guys
    I have written and deployed a section of the app... i would just like to know... in JDev when i have a system.out.println("TEST");
    where in the logs on the deployed app can i look to see this?
    i know in JDev you can see it in the bottom screen but would like to see what the value is in the deployed application
    Thanks

    Hi Sekar
    Ok so am i right is saying once that i have added those 2 lines to those 2 repsective files and restart the webserver is should get a log in my logs directory?
    My logs dir is empty excet for one file mod_jserv.log, should i create a new log file?
    Also i noticed in over conf files there is a url for the destination of the log file ?? should i add that to the properties and conf files as well...
    summin like this maybe?
    log.file=E:\105train\TSPROD\tsprdora\iAS/Apache/Jserv/logs/jserv.log
    THis is currently what my jderv.conf file looks like
    # $Header: empty_stub.txt 115.0 2002/05/09 01:38:04 pkm ship $
    # This file is automatically generated by AutoConfig. It will be read and
    # overwritten. If you were instructed to edit this file, or if you are not
    # able to use the settings created by AutoConfig, refer to Metalink document
    # 165195.1 for assistance.
    # This is an empty file generated for a component not used
    # in this environment tstrn_isshrdev
    ApJServLogLevel=debug
    and this is what my .properties file looks like?
    # $Header: empty_stub.txt 115.0 2002/05/09 01:38:04 pkm ship $
    # This file is automatically generated by AutoConfig. It will be read and
    # overwritten. If you were instructed to edit this file, or if you are not
    # able to use the settings created by AutoConfig, refer to Metalink document
    # 165195.1 for assistance.
    # This is an empty file generated for a component not used
    # in this environment tstrn_isshrdev
    log=true

  • Debugging the mod_jserv and the jsev

    Apps dbas,
    Please pardon my ignorance.
    What is the difference between debugging the mod_jserv and the jsev?
    Confused abou the purpose of mod_jserv and jserv.
    Thanks,
    Lily

    - To enable debug logging for mod_jserv:
    a) AutoConfig, variable (s_apjservloglevel) change it to "debug", default value is "warn"
    b) Manual update, modify $IAS_ORACLE_HOME/Apache/Jserv/etc/jserv.conf as follows:
    ApJServLogLevel debug
    mod_jserv.log file will be generated under $IAS_ORACLE_HOME/Apache/Jserv/logs
    mod_jserv_log: Contains a record of messages and errors encountered by JServ (C-side).
    - To enable debug logging for jserv:
    a) AutoConfig, variable (s_oacorelog) change it to "true", default value is "false"
    b) Manual update, modify $IAS_ORACLE_HOME/Apache/Jserv/etc/jserv.properties as follows:
    log=true
    log.channel=true
    log.channel.info=true
    log.channel.debug=true
    jserv.log file will be generated under $IAS_ORACLE_HOME/Apache/Jserv/logs
    jserv_log: Contains a record of messages and errors encountered by Java (Java-side).
    The main configuration file for the servlet engine is called the engine properties file and is usually named jserv.properties. This file contains properties passed to the JVM, various options and security preferences, and a list of all servlet zones and their respective property files.
    Q) What is the difference between jserv and jserv_mod?
    A) Apache JServ is implemented as two separate components, one written in C and the other in Java:
    The C side of Apache JServ, called mod_jserv, provides an interface between the Apache web server and the Java side. The module passes requests and information between the web server and the Java side and can also be used to automatically start and stop the JVM in which the Java side is executed.
    The Java side of Apache JServ, called the Servlet Engine, implements the servlet API, and is where most of the functionality of Apache JServ resides. The Java side is, in fact, completely separate from the C side, the only link between them being the AJP. It is possible to attach the Java side to any web server, provided an appropriate communication module using AJP is written for the web server.
    For more info about JServ, the following link should be helpful:
    http://www.magiccookie.com/computers/apache-jserv/
    HTH

  • JAEHYLEE , ADI의 유용한 주요 log들

    PURPOSE
    ADI의 유용한 주요 log들
    Workaround
    N/A
    Solution Description
    9iAS and Web ADI use a number of log files.
    These files provide useful information to assist in monitoring and resolving problem with the 9iAS server
    and the Web ADI application. You may need access to one or more of these log files.
    Description File Name Comment
    HTTP Server error_log Error log for the HTTP Server
    HTTP Server access_log Shows details of which files are being accessed via the HTTP Server. Includes an error code which can help determine specific access issues.
    JServ jserv.log First place to look for servlet errors.
    JServ mod_jserv.log Provides more detailed servlet error messages.
    Reference Documents
    177072.1

  • Registering a partner application with SSO SDK

    Good day
    Since 2 days, I am struggling for the issue of registering a Servlet application as a partner
    application using the SSO Login Server.
    As per the suggested note id 182701.1 in metalink , I implement the following steps :
    - Step A : Create the partner Application Schemas (Succesful & the name of the shemas is : ssopartner)
    - Step B : Load Packages for the partner application (Successful)
    - Step C : Obtain the registration information (Successful)
    - Step D : Run the regapp.sql (successful but they forgot to mention that I should load the
    SSOHash.class )
    - Step E : Compile and Run
    I deploy the application under 9iAS in order to test it.
    I add the ssosdk307.jar the the jserv.properties file.
    I invoke the SSOPartnerServlet java program by entering :
    http://name of the webserver/servlet/SSOPartnerServlet
    I got the message "redirecting to the login server" and I got the
    login page of the SSO Server.
    Once I submit the user/password , I got HTTP 400: Page cannot be
    displayed.
    I check the mod_jserv.log file and find out the following message :
    [08/04/2002 13:54:16:949] (ERROR) ajp12: Servlet Error: POST is not
    supported by this URL
    Could you please advise
    Your prompt feedback is highly appreciated
    regards

    I believe that this is not possible as the mod_osso realizes that the URL is below an URL that you want to protect.
    The only way I see that you can do this is the following modification in the mod_osso.conf:
    <Location /myApp/secure_partA>
    AuthType basic
    Require valid-user
    </Location>
    <Location /myApp/secure_partB>
    AuthType basic
    Require valid-user
    </Location>
    <Location /myApp/secure_partX>
    AuthType basic
    Require valid-user
    </Location>
    So your application /myApp/subApp will not be effected and people can just access this part. However you will have more administration in your mod_osso.conf
    cu
    Andreas

  • Error While opening the login page

    Hi All,
    When i try to open the log in page , i am getting the error as shown below:--
    Request URI:/OA_HTML/AppsLocalLogin.jsp
    Exception:
    java.lang.NoSuchMethodError: oracle.apps.fnd.sso.Utils.setRequestCharacterEncoding(Ljavax/servlet/http/HttpServletRequest;)
    EBS version is 11i (11.5.10.2 + 10.2.0.3DB)
    I tried AOL test. When i do a JSP ping, i am getting the error:--
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    Tried the following things:--
    --- Ran Autoconfig
    --- Checked Host entry
    --- Cleared Web cache (copy file to destination and recompiled using ojspcompile)
    No Particular error in Apache logs and mod_jserv.log
    access.log says */OA_HTML/AppsLocalLogin.jsp?requestUrl=%2Foa_servlets%2Fweboam%2Foam%2FoamLogin&cancelUrl=%2Foa_servlets%2Foracle.apps.fnd.sso.AppsLogin HTTP/1.1" 200 462*
    Note:-- We applied XML publisher patch (5.6.0). After applying this patch, the issue occurred.
    Thanks,
    Manikandan

    Have you tried to clear the server cache and see if it helps?
    When i try to open the log in page , i am getting the error as shown below:--
    Request URI:/OA_HTML/AppsLocalLogin.jsp
    Please see if these docs help.
    Known Issues On Top of 11i.ATG_PF.H.delta.7 (RUP7) - 6241631 [ID 858801.1]
    After 6241631-11I.ATG_PF.H.RUP7 Cannot Login; Could not initialize oracle.apps.fnd.profiles.Profiles [ID 986159.1]
    Investigating NoClassDefFoundError in e-business Suite 11i When Users Login [ID 455366.1]
    Troubleshooting Login Problems in Oracle Applications 11i (11.5.2 – 11.5.10+) [ID 342332.1]
    11I.ATG_PF.H.RUP7 PATCH CAUSES JSP ERROR: URI:/OA_HTML/APPSLOCALLOGIN.JSP [ID 1073418.1]
    AppsLocalLogin.jsp Fails With java.lang.NoSuchMethodError oracle.apps.fnd.sso.HttpLanguageMap.getOracleFromHttp [ID 466739.1]
    Note:-- We applied XML publisher patch (5.6.0). After applying this patch, the issue occurred.Did you complete all the steps in the patch README file?
    Any invalid objects in the database?
    Thanks,
    Hussein

  • JSP Error: While accessing the 11.5.10.2 Login Page

    Dear All,
    While trying to access the Login Page of 11.5.10.2 version for the first time, after a fresh installation, I am getting the following Error:
    JSP Error:
    Request URI:/OA_HTML/AppsLocalLogin.jsp
    Exception:
    java.lang.NoSuchMethodError: oracle.apps.fnd.sso.Utils.setRequestCharacterEncoding(Ljavax/servlet/http/HttpServletRequest;)V
    Please advice Whether anynthing wrong with the installation
    Thanks..,

    Hi,
    many thanks for the response....
    Please find the log file details as follows:
    $APACHE_TOP/Apache/Jserv/logs
    I could find a file called: mod_jserv.log and below shown is the content of the file:
    [23/03/2008 11:49:34:305] (EMERGENCY) ajp12: can not connect to host 192.168.0.33:17000
    [23/03/2008 11:49:34:328] (EMERGENCY) ajp12: function connection fail
    [23/03/2008 11:49:35:332] (EMERGENCY) ajp12: can not connect to host 192.168.0.33:16000
    [23/03/2008 11:49:35:332] (EMERGENCY) ajp12: function connection fail
    [23/03/2008 11:49:36:336] (EMERGENCY) ajp12: can not connect to host 192.168.0.33:19000
    [23/03/2008 11:49:36:336] (EMERGENCY) ajp12: function connection fail
    $APACHE_TOP/Apache/Jserv/logs/jvm
    File1: OACoreGroup.0.stdout
    ApacheJServ/1.1
    Starting Self-Service Mobile Framework v1.0.8.4 initialization
    Servlet Initialized
    ApacheJServ/1.1.2
    Starting Self-Service Mobile Framework v1.0.8.4 initialization
    0.000: [GC 34944K->1794K(126720K), 0.0622710 secs]
    3.707: [Full GC 16414K->1951K(126720K), 0.1113560 secs]
    Servlet Initialized
    1799.126: [GC 37023K->2432K(126848K), 0.0212320 secs]
    3866.431: [GC 37504K->2449K(126848K), 0.0046790 secs]
    5929.879: [GC 37521K->2449K(126848K), 0.0067740 secs]
    7997.123: [GC 37521K->2449K(126848K), 0.0057680 secs]
    9406.379: [GC 37521K->3421K(126848K), 0.0273190 secs]
    ApacheJServ/1.1.2
    Starting Self-Service Mobile Framework v1.0.8.4 initialization
    0.000: [GC 34944K->1802K(126720K), 0.0434050 secs]
    3.248: [Full GC 13181K->1934K(126720K), 0.1367460 secs]
    Servlet Initialized
    9.498: [Full GC 19627K->2914K(126848K), 0.1657290 secs]
    22.202: [GC 37986K->14162K(126848K), 0.1693410 secs]
    30.267: [Full GC 26205K->15086K(126848K), 0.2766730 secs]
    105.147: [GC 50157K->16481K(126848K), 0.0409380 secs]
    428.416: [GC 51553K->17758K(126848K), 0.0368180 secs]
    868.359: [GC 52830K->18783K(126848K), 0.0543650 secs]
    1036.996: [GC 53853K->20868K(126848K), 0.0410590 secs]
    1680.842: [GC 55940K->21729K(126848K), 0.0395180 secs]
    2225.097: [GC 56801K->22640K(126848K), 0.0286630 secs]
    2226.562: [GC 57712K->22610K(126848K), 0.0344330 secs]
    2230.827: [GC 57682K->23727K(126848K), 0.0224470 secs]
    2233.623: [GC 58799K->25684K(126848K), 0.0639170 secs]
    3002.680: [GC 60756K->29063K(126848K), 0.0522580 secs]
    3533.140: [GC 64129K->30333K(126848K), 0.0582700 secs]
    4078.031: [GC 65405K->30808K(126848K), 0.0151680 secs]
    4101.383: [Full GC[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor9]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor6]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor4]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor3]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor1]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor8]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor5]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor7]
    File2: DiscoGroup.0.stdout
    ApacheJServ/1.1
    Discoverer Model - 4.1.46.08.00
    WARNING: Attempting to use HTTP Firewall Proxy Server
    due to security restrictions: org.omg.CORBA.INTERNAL: Can not find GateKeeper: exception ReqFailure{} minor code: 0 completed: No
    Discoverer Model - 4.1.46.08.00
    WARNING: Attempting to use HTTP Firewall Proxy Server
    due to security restrictions: org.omg.CORBA.INTERNAL: Can not find GateKeeper: exception ReqFailure{} minor code: 0 completed: No
    Discoverer Model - 4.1.46.08.00
    WARNING: Attempting to use HTTP Firewall Proxy Server
    due to security restrictions: org.omg.CORBA.INTERNAL: Can not find GateKeeper: exception ReqFailure{} minor code: 0 completed: No
    Discoverer Model - 4.1.46.08.00
    WARNING: Attempting to use HTTP Firewall Proxy Server
    due to security restrictions: org.omg.CORBA.INTERNAL: Can not find GateKeeper: exception ReqFailure{} minor code: 0 completed: No
    Discoverer Model - 4.1.46.08.00
    WARNING: Attempting to use HTTP Firewall Proxy Server
    due to security restrictions: org.omg.CORBA.INTERNAL: Can not find GateKeeper: exception ReqFailure{} minor code: 0 completed: No
    Discoverer Model - 4.1.46.08.00
    WARNING: Attempting to use HTTP Firewall Proxy Server
    due to security restrictions: org.omg.CORBA.INTERNAL: Can not find GateKeeper: exception ReqFailure{} minor code: 0 completed: No
    ApacheJServ/1.1.2
    0.000: [GC 34944K->605K(126720K), 0.0160370 secs]
    3108.991: [GC 35549K->627K(126720K), 0.0076150 secs]
    6231.719: [GC 35571K->628K(126720K), 0.0097730 secs]
    ApacheJServ/1.1.2
    0.000: [GC 34944K->605K(126720K), 0.0175620 secs]
    ApacheJServ/1.1.2
    0.000: [GC 34944K->605K(126720K), 0.0114060 secs]
    ApacheJServ/1.1.2
    0.000: [GC 34944K->594K(126720K), 0.0099880 secs]
    3104.899: [GC 35538K->616K(126720K), 0.0054030 secs]
    6212.468: [GC 35560K->616K(126720K), 0.0043100 secs]
    9320.398: [GC 35560K->616K(126720K), 0.0043180 secs]
    12431.724: [GC 35560K->616K(126720K), 0.0042310 secs]
    15540.350: [GC 35560K->616K(126720K), 0.0050770 secs]
    18648.742: [GC 35560K->616K(126720K), 0.0049940 secs]
    File 3: XmlSvcsGrp.0.stdout
    ApacheJServ/1.1
    ApacheJServ/1.1.2
    0.000: [GC 34944K->992K(126720K), 0.0222780 secs]
    1331.380: [GC 35936K->1596K(126720K), 0.0252860 secs]
    2978.434: [GC 36540K->1572K(126720K), 0.0155030 secs]
    4561.042: [GC 36509K->2146K(126720K), 0.0124670 secs]
    6159.901: [GC 37090K->1568K(126720K), 0.0162710 secs]
    7801.433: [GC 36488K->1600K(126720K), 0.0096090 secs]
    9361.497: [GC 36532K->2144K(126720K), 0.0111690 secs]
    ApacheJServ/1.1.2
    0.000: [GC 34944K->1516K(126720K), 0.0335350 secs]
    1637.366: [GC 36460K->1617K(126720K), 0.0119330 secs]
    3201.033: [GC 36548K->2141K(126720K), 0.0153640 secs]
    4820.604: [GC 37085K->1567K(126720K), 0.0147900 secs]
    ApacheJServ/1.1.2
    0.000: [GC 34944K->1516K(126720K), 0.0219900 secs]
    1637.286: [GC 36460K->1617K(126720K), 0.0118590 secs]
    3202.661: [GC 36548K->2142K(126720K), 0.0135660 secs]
    ApacheJServ/1.1.2
    0.000: [GC 34944K->923K(126720K), 0.0378160 secs]
    465.724: [GC 35867K->958K(126720K), 0.0107050 secs]
    2049.456: [GC 35881K->1536K(126720K), 0.0106250 secs]
    3632.469: [GC 36480K->991K(126720K), 0.0070540 secs]
    5276.173: [GC 35935K->993K(126720K), 0.0069840 secs]
    6849.801: [GC 35912K->1567K(126720K), 0.0098510 secs]
    8450.902: [GC 36511K->990K(126720K), 0.0112260 secs]
    10089.975: [GC 35909K->990K(126720K), 0.0068660 secs]
    11650.057: [GC 35921K->1566K(126720K), 0.0084910 secs]
    13269.947: [GC 36510K->991K(126720K), 0.0068470 secs]
    14890.263: [GC 35910K->1213K(126720K), 0.0074270 secs]
    16452.170: [GC 36157K->987K(126720K), 0.0068140 secs]
    18094.799: [GC 35931K->993K(126720K), 0.0069330 secs]
    19690.498: [GC 35912K->1468K(126720K), 0.0081220 secs]
    21269.320: [GC 36412K->988K(126720K), 0.0070610 secs]
    22908.334: [GC 35932K->993K(126720K), 0.0068100 secs]
    24490.848: [GC 35910K->1567K(126720K), 0.0083790 secs]
    26082.852: [GC 36511K->989K(126720K), 0.0103980 secs]
    27721.116: [GC 35933K->993K(126720K), 0.0068200 secs]
    ApacheJServ/1.1.2
    ApacheJServ/1.1.2
    0.000: [GC 34944K->937K(126720K), 0.0231740 secs]

  • Internal Server Error after implemeting a Merged Appl_top

    Hi folks,
    I have been plagued by an issue since a long time. I'm implementing a merged appltop on sun solaris (5.10) on 11.5.10.2
    Basically its a clone of two nodes into a single node. After merging, the services are coming up good. Apache is running well. But when opening the AppsLogin page, it is blowing up saying Internal Server Error.
    When looked into the mod_jserv.log, it shows the below error.
    [07/02/2012 10:28:28:718] (ERROR) ajp12: Servlet Error: OracleJSP: oracle.jsp.provider.JspCompileException: Errors compiling:/d05/ufindev/ufindevcomn1/_pages/_oa__html//_AppsLocalLogin.java<TABLE BORDER=1 WIDTH=100%><TR><TH>Line #</TH><TH>Error</TH></TR><TR><TD WIDTH=7% VALIGN=TOP>259<TD> isRtl(java.lang.String) has protected access in oracle.apps.fnd.sso.SessionMgr if (SessionMgr.isRtl(langCode)) {                                 </TD></TR></TABLE>
    [07/02/2012 10:28:28:718] (ERROR) an error returned handling request via protocol "ajpv12"
    [07/02/2012 10:28:28:718] (INFO) balance: continuing to u64findev.motel6.com:16440
    [07/02/2012 10:28:28:719] (ERROR) balance: 10297 internal servlet error in server u64findev.motel6.com:16440
    [07/02/2012 10:28:28:719] (ERROR) an error returned handling request via protocol "balance"
    Any idea whats going wrong?
    Thanks,
    Lakshman.
    Edited by: 912983 on Feb 7, 2012 1:54 PM

    Have you completed all the steps in (Cloning Oracle Applications Release 11i with Rapid Clone [ID 230672.1] -- Reducing the number of Nodes of a Multi-Node System (merge APPL_TOP)) and (Sharing the Application Tier File System in Oracle Applications Release 11i [ID 233428.1] -- Section 4: Merging existing APPL_TOPs into a single APPL_TOP) with no errors?
    Can you find any errors in the database log file?
    Was AutoConfig completed successfully?
    Please clear the server cache as per (How To Clear Server Cache and Bounce Apache (Web Server)? [ID 295484.1]) and check then.
    Also, please see these docs.
    Insternal server error After Patch9578141 CPU PATCH FOR JULY 2010 [ID 1221603.1]
    Accessing web pages, randomly get Internal Server Error [ID 1374874.1]
    Internal Server Error When Trying To Enter The Processed Date In The Adjust Form [ID 549511.1]
    Thanks,
    Hussein

  • Internal Server Error while accessing login page.

    Hi,
    We have recently upgraded our database from 9.2.0.8 to 11.2.0.3 on AIX 6.1 platform (EBS version 11.5.10.2). We are not able to get the login page and receiving Internal Server Error on the login page without any error messages.
    On checking we have found following errors in mod_jserv.log:
    [25/10/2013 05:53:42:935] (ERROR) ajp12: Servlet Error: java.lang.NoClassDefFoundError: oracle/apps/fnd/sso/SessionMgr: oracle/apps/fnd/sso/SessionMgr
    [25/10/2013 05:53:42:935] (ERROR) an error returned handling request via protocol "ajpv12"
    [25/10/2013 05:53:42:935] (INFO) balance: continuing to ibmapptest:16070
    [25/10/2013 05:53:42:935] (ERROR) balance: 12386336 internal servlet error in server ibmapptest:16070
    [25/10/2013 05:53:42:935] (ERROR) an error returned handling request via protocol "balance"
    We tried clearing the cache directories and bounced Apache but that dint help.
    Why would we be receving this error and how to resolve it?

    OK, this is an all too common issue - the logs are insufficient so you may well have to try some extra debugging to properly understand the problem.
    If you have Metalink access try this: NOTE.249669.1 How To Collect Apache and Jserv Debugging
    Basically, you should do the following - and maybe upload the logs here if you want to. I assume you are on 11.5.10. If not, then amend as appropriate:
    Enable de-bug for Apache and Jserv:
    1. Shut down the oracle application server.
    2. Backup or change the name of the following files:
    IAS_ORACLE_HOME/Apache/Apache/logs/error_log
    IAS_ORACLE_HOME/Apache/Apache/logs/error_log_pls
    IAS_ORACLE_HOME/Apache/Apache/logs/access_log
    IAS_ORACLE_HOME/Apache/Jserv/logs/mod_jserv.log and jserv.log
    After making a copy of these files or after renaming them, please delete
    them from these directories. This enables new log files to be created
    when the applications server is restarted and will help you to focus on
    the current problem.
    3. Enable debug logging for Apache
    Update IAS_ORACLE_HOME/Apache/Apache/conf/httpd.conf to set the LogLevel parameter:
    LogLevel debug
    4. Enable debug logging for Jserv and mod_jserv
    a) Update iAS_ORACLE_HOME/Apache/Jserv/etc/jserv.conf to set ApJServLogLevel parameter to:
    ApJServLogLevel debug (from warn)
    b) Update iAS_ORACLE_HOME/Apache/Jserv/etc/jserv.properties to set the
    log=true
    log.channel.info=true
    5. Enable debugging in ssp_init.txt
    Update iAS_ORACLE_HOME/Apache/Jserv/etc/ssp_init.txt to add Debug:
    DebugLevel=5
    DebugSwitch=ON
    6. Please re-start the application server
    7. Reproduce the problem
    8. Upload the following files:
    IAS_ORACLE_HOME/Apache/Apache/conf/apps.conf and httpd.conf
    IAS_ORACLE_HOME/Apache/Apache/logs/error_log_pls
    IAS_ORACLE_HOME/Apache/Apache/logs/error_log and access_log
    IAS_ORACLE_HOME/Apache/Jserv/logs/mod_jserv.log and jserv.log
    IAS_ORACLE_HOME/Apache/Jserv/logs/jvm (all files in this directory)
    DA

  • 11.5.10.2 Post Installation Check Failures in Linux

    Hi All,
    I had installed 11i (11.5.10.2) in an external drive (made as a Linux OS through VM Ware) and was trying to access through my laptop (having OS XP Professional)
    The Installation of 11i in Linux (RHEL 4) went fine, except during the post installation checks I got the following errors:
    1. JSP Check failed
    and
    2. Environment File Check failed
    ============================================
    For the JSP Check:
    a. I ensured the dbc file in $FND_SECURE top is fine
    b. The jserv.log file shows as below:
    java.lang.NumberFormatException: For input string: "%s_servlet_init_timeout%"
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    at java.lang.Long.parseLong(Long.java:394)
    at java.lang.Long.<init>(Long.java:630)
    at org.apache.java.util.Configurations.getLong(Configurations.java:678)
    at org.apache.java.util.Configurations.getLong(Configurations.java:657)
    at org.apache.jserv.JServServletManager.init(JServServletManager.java:320)
    at org.apache.jserv.JServ.start(JServ.java:622)
    c. The mod_jserv.log is as follows:
    [04/07/2008 15:42:21:813] (EMERGENCY) ajp12: function auth fail
    [04/07/2008 15:42:22:233] (EMERGENCY) ajp12: auth did not receive challenge size
    [04/07/2008 15:42:22:234] (EMERGENCY) ajp12: function auth fail
    [04/07/2008 15:42:29:394] (EMERGENCY) ajp12: auth did not receive challenge size
    [04/07/2008 15:42:29:395] (EMERGENCY) ajp12: function auth fail
    [04/07/2008 15:42:29:763] (EMERGENCY) ajp12: auth did not receive challenge size
    d. I had given the virtual host as vision.imax.info, where imax.info is a named server that is registered
    I am able to dig vision.imax.info, as shown below:
    [root@vision etc]# dig vision.imax.info
    ; <<>> DiG 9.2.4 <<>> vision.imax.info
    ;; global options: printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 3228
    ;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
    ;; QUESTION SECTION:
    ;vision.imax.info. IN A
    ;; Query time: 12 msec
    ;; SERVER: 192.168.222.5#53(192.168.222.5)
    ;; WHEN: Fri Jul 4 18:59:56 2008
    ;; MSG SIZE rcvd: 34
    but please note that my ifconfig gives the following output:
    [root@vision etc]# ifconfig
    eth0 Link encap:Ethernet HWaddr 00:0C:29:5E:C8:97
    inet6 addr: fe80::20c:29ff:fe5e:c897/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:15421 errors:0 dropped:0 overruns:0 frame:0
    TX packets:11828 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:1464189 (1.3 MiB) TX bytes:2554712 (2.4 MiB)
    Interrupt:177 Base address:0x1080
    eth0:0 Link encap:Ethernet HWaddr 00:0C:29:5E:C8:97
    inet addr:192.168.222.5 Bcast:192.168.222.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    Interrupt:177 Base address:0x1080
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:2058114 errors:0 dropped:0 overruns:0 frame:0
    TX packets:2058114 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:297458110 (283.6 MiB) TX bytes:297458110 (283.6 MiB)
    and the linux OS having the static IP as follows:
    IP: 192.168.222.5
    Mask: 255.255.255.0
    Gateway: 192.168.222.5
    Primary DNS: 192.168.222.5
    ========================
    And for the Environment File check:
    The Error is:
    RW 10006: Error: - APPL_TOP environment files has uninstantiated variables
    File = /d01/oracle/visappl/VIS_vision.env
    But I am not able to locate which variable is not instantiated...
    Please help me to resolve this out... Please correct me if I am wrong any where..
    Many Thanks....

    Please note that, when I restarted the application services in a different terminal, I got the following script Error, only for the below mentioned script:
    Executing service control script:
    /d01/oracle/viscomn/admin/scripts/VIS_vision/addisctl.sh start
    script returned:
    addisctl.sh version 115.14
    /d01/oracle/visora/8.0.6/vbroker/bin/osagent
    Started osagent.
    Osagent logs messages to the file /d01/oracle/visora/8.0.6/discwb4/util/osagent.log.
    Waiting for OAD to start...
    Started OAD.
    OAD logs messages to the file /d01/oracle/visora/8.0.6/discwb4/util/oad.log.
    Failed to start locator.
    Cannot bind to OAD. Re-starting...
    OAD is stopped
    Osagent is stopped
    Unable to stop locator. No process-id file found.
    Unable to stop gatekeeper. No process-id file found.
    Unable to stop any Discoverer Sessions. No process-id file found.
    Unable to stop any Discoverer Preference. No process-id file found.
    Unable to stop any Discoverer Collector. No process-id file found.
    /d01/oracle/visora/8.0.6/vbroker/bin/osagent
    Started osagent.
    Osagent logs messages to the file /d01/oracle/visora/8.0.6/discwb4/util/osagent.log.
    Waiting for OAD to start...
    Started OAD.
    OAD logs messages to the file /d01/oracle/visora/8.0.6/discwb4/util/oad.log.
    Failed to start locator.
    Registering Discoverer Session
    Registering the Collector
    Applying preferences from file : /d01/oracle/visora/8.0.6/discwb4/util/pref.txt
    Finished applying preferences
    Closing down registry..
    Registry File sync...
    Registering Discoverer Preference Repository
    addisctl.sh: exiting with status 127
    .end std out.
    /d01/oracle/visora/8.0.6/vbroker/bin/vbj: %s_disco_jretop%/bin/jre: not found
    /d01/oracle/visora/8.0.6/vbroker/bin/vbj: %s_disco_jretop%/bin/jre: not found
    /d01/oracle/visora/8.0.6/vbroker/bin/vbj: %s_disco_jretop%/bin/jre: not found
    /d01/oracle/visora/8.0.6/vbroker/bin/vbj: %s_disco_jretop%/bin/jre: not found
    /d01/oracle/visora/8.0.6/vbroker/bin/vbj: %s_disco_jretop%/bin/jre: not found
    /d01/oracle/visora/8.0.6/vbroker/bin/vbj: %s_disco_jretop%/bin/jre: not found
    /d01/oracle/visora/8.0.6/vbroker/bin/vbj: %s_disco_jretop%/bin/jre: not found
    .end err out.
    Check logfile /d01/oracle/viscomn/admin/log/VIS_vision/07042249.log for details
    Exiting with status 1
    ====================
    The /d01/oracle/viscomn/admin/log/VIS_vision/07042249.log file shows the following too:
    [Service Control Execution Report]
    The report format is:
    <Service> <Script> <Status>
    Oracle Apache Server VIS_vision adapcctl.sh Started
    OracleTNSListener80APPS_VIS_vision adalnctl.sh Started
    OracleConcMgrVIS_vision adcmctl.sh Started
    OracleFormsServer-Forms60VIS_vision adfrmctl.sh Started
    OracleReportServer-Rep60_VIS adrepctl.sh Started
    Oracle Metrics Client VIS_vision adfmcctl.sh Started
    Oracle Metrics Server VIS_vision adfmsctl.sh Started
    Oracle Fulfillment Server VIS_vision jtffmctl.sh Started
    Oracle Discoverer services VIS_vision addisctl.sh Failed
    Oracle Restricted Apache Server VIS_vision adaprstctl.sh Disabled
    Oracle Apache Server VIS_vision for PL/SQL adapcctl.sh Disabled
    Oracle TCF SocketServer VIS_vision adtcfctl.sh Disabled
    Oracle ICSM VIS_vision ieoicsm.sh Disabled
    Oracle iProcurement Bulk Loader VIS_vision icxblkctl.sh Disabled
    ServiceControl is exiting with status 1
    Where could be the problem for the above issues....

  • Strange prob, can login only at the end of install, it fails after restart

    Hi Every body
    I have this strange problem, i don't know where i'm making mistake.
    I installed EBS more than 5 times, thought i have made some mistake with pre-installation requirement or post installation requireement, but every time i'm faced with the same problem.
    My machine configuration is P4, 3.0GHz, Ram 1 GB, 240 GB HD. with RHEL4 installed. Have created dba usergroup and created user oracle and applmgr made them part of dba group.
    I'm doing multi-user installation for Vision Demo data. Logged in as root.
    i created a top level directory /sz1/oracle and changed the permission as chmod -R 777 /sz1/oracle
    applied pre-installation patch 4198954 as root
    verified other pre-installation requirements as per installation guide.
    downloaded latest rapidwiz as per note p4159029.
    Started installation as root
    specified 'oracle' as owner for DATABASE
    specified 'applmgr' as owner for APPLICATION
    the installation completed with successfull checks on pre-installation requirements and post-installation checks.
    After the completion of installation, i logged in from windows client using the path,
    http://sri.shan.com:8001
    i get the installer home page, i chose the application links and logged in to OAM as sysadmin, verified the status. found concurrent manager was not started.
    started the concurrent manager manually by running the script sh adcmctl.sh as root. the service started successfully.
    then i re-started the Linux box, logged in as root and tried to run the script adstrtal.sh like
    <COMN_TOP>/admin/scripts/VIS_<hostname>/sh adstrtal.sh APPS/APPS
    i get the following error message, it is same in all 5 times of installation
    You are running adstrtal.sh version 115.14
    Executing service control script:
    /sz1/oracle/viscomn/admin/scripts/VIS_sri/adapcctl.sh start
    script returned
    ERROR:
    Exception in TimedProcess...Failed to execute command = /sz1/oracle/viscomn/admin/scripts/VIS_sri/adapcctl.sh start APPS/APPS
    Executing service control script:
    /sz1/oracle/viscomn/admin/scripts/VIS_sri/adalnctl.sh start
    script returned
    ERROR:
    Exception in TimedProcess...Failed to execute command = /sz1/oracle/viscomn/admin/scripts/VIS_sri/adalnctl.sh start APPS/APPS
    Executing service control script:
    /sz1/oracle/viscomn/admin/scripts/VIS_sri/adcmctl.sh start
    script returned
    ERROR:
    Exception in TimedProcess...Failed to execute command = /sz1/oracle/viscomn/admin/scripts/VIS_sri/adcmctl.sh start APPS/APPS
    Executing service control script:
    /sz1/oracle/viscomn/admin/scripts/VIS_sri/adfrmctl.sh start
    script returned
    ERROR:
    Exception in TimedProcess...Failed to execute command = /sz1/oracle/viscomn/admin/scripts/VIS_sri/adfrmctl.sh start APPS/APPS
    Executing service control script:
    /sz1/oracle/viscomn/admin/scripts/VIS_sri/adrepctl.sh start
    script returned
    ERROR:
    Exception in TimedProcess...Failed to execute command = /sz1/oracle/viscomn/admin/scripts/VIS_sri/adrepctl.sh start APPS/APPS
    Executing service control script:
    /sz1/oracle/viscomn/admin/scripts/VIS_sri/adfmcctl.sh start
    script returned
    ERROR:
    Exception in TimedProcess...Failed to execute command = /sz1/oracle/viscomn/admin/scripts/VIS_sri/adfmcctl.sh start APPS/APPS
    Executing service control script:
    /sz1/oracle/viscomn/admin/scripts/VIS_sri/adfmsctl.sh start
    script returned
    ERROR:
    Exception in TimedProcess...Failed to execute command = /sz1/oracle/viscomn/admin/scripts/VIS_sri/adfmsctl.sh start APPS/APPS
    Executing service control script:
    /sz1/oracle/viscomn/admin/scripts/VIS_sri/jtffmctl.sh start
    script returned
    ERROR:
    Exception in TimedProcess...Failed to execute command = /sz1/oracle/viscomn/admin/scripts/VIS_sri/jtffmctl.sh start APPS/APPS
    Executing service control script:
    /sz1/oracle/viscomn/admin/scripts/VIS_sri/addisctl.sh start
    script returned
    ERROR:
    Exception in TimedProcess...Failed to execute command = /sz1/oracle/viscomn/admin/scripts/VIS_sri/addisctl.sh start APPS/APPS
    Check logfile /sz1/oracle/viscomn/admin/log/VIS_sri/10301137.log for details
    Exiting with status 9
    when i tried to run these scripts individually,
    all the scripts started successfully except adalnctl.sh failed
    the error message is
    adalnctl.sh version
    Checking for FNDFS executable.
    Starting listener process APPS_VIS.
    adalnctl.sh: exiting with status 1
    Then i logged in as applmgr, i can run the script adstrtal.sh successfully
    at this stage tried to login from windows client using following link,
    http://sri.shan.com:8001/oa_servlets/AppsLogin
    on the browser i get the following error message
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log
    I stuck at this stage and do not know how to proceed.
    Verified the Jserv status as per the metalink note 204123.1, 230688.1. and 311932.1
    I get the 'IsItworking' page and 'Hello' page with out any trouble.
    When i checked the mod_jserv.log file(located at APPL_TOP/Apache/Jserv/logs)
    i get the following data
    [30/10/2005 11:19:24:439] (ERROR) ajp12: Servlet Error: java.lang.NullPointerException: null
    [30/10/2005 11:19:24:456] (ERROR) an error returned handling request via protocol"ajpv12"
    [30/10/2005 11:19:24:456] (ERROR) balance : 4552 internal servlet error in server sri.shan.com:16010
    [30/10/2005 11:19:24:456] (ERROR) an error returned handling request via protocol "balance"
    Any guidance on this issue will be highly appreciable and helpful for me to proceed.
    Thanks in Advance to All..
    shan

    Hello Yogi
    Tried as you have suggested
    Following is the outcome..
    The Adconfig script did not succeed.
    Following is the response i got..
    error while running adconfig.sh as applmgr
    updating context file... completed
    upload of context file and templates to database... completed
    configuring templates from all of the producttops...
    all with status completed
    Autoconfig completed with errors.
    the logfile for this session is located at APPL_TOP/admin/VIS_<hostname>/log/11031117/adconfig.log
    While checking for this log file i found one more on the same path.
    It is named 'NetServiceHandler.log'
    I have provided a Patial Content of the 'adconfig.log' file
    as below
    I think i'm making a mistake of running this script with out starting the db..
    But i don't know where to find the script to start the db..
    Starting AutoConfig at Thu Nov 3 11:17:39 2005
    No Version conflict encountered
    using context file : /sz1/oracle/visappl/dmin/VIS_sri_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 : APPL_TOP/ad/11.5.0/admin/template/adxmlctx.tmp
    Checking for customization to Context template
    Warning: Unable to connect to Database
    Config Tool CVMHelper started at Thu Nov 03 11:17:47 IST 2005
    Making database connection using DBUtil
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector()-->
    APPS_JDBC_URL='jdbc:orale:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=SRI.shan.com)(PORT=1522)))(CONNECT_DATA=(SID=VIS)))'
    Trying to connect using APPS_JDBC_URL
    Exception occured: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Trying to get connection using SID based connect descriptor
    getConnection()-->
    sDbHost : sri
    sDbDomain : shan.com
    sDbPort : 1522
    sDbSid : VIS
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID()-->
    JDBC URL: jdbc:oracle:thin:@sri.shan.com:1522:VIS
    Exception occured: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    for all the remaining connections also got similar error
    Connection could not be obtained; returning null
    ----------ADX Database Utility Finished----------
    StackTrace:
    java.sql.SQLException: Could not get connection to the database
    Starting synchronization of product tops
    AutoConfig Setup Phase
    Running Setup Process 5 of 13 for AD_TOP
    Executing script in InstantiateFile:
    COMN_TOP/admin/install/VIS_sri/adgendbc.sh
    script returned:
    adgendbc.sh started at Thu nov 3 11:18::14 IST 2005
    SQL*Plus: Release 8.0.6.0.0 - Production on Thu nov 3 11:18:44 IST 2005
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-12224: TNS:no listener
    [AutoConfig Error Report]
    all the filenames in Setup phase and Profile phase has error code 1
    apply pahse files has the error code 256
    Autoconfig is exiting with status 49
    The error in all the places points to absence of TNS listener
    Can you please advice on this....
    Thanks in Advance
    shanmugam

  • 404 File Not Found error following 1.0.2.2.1 migration

    I am on RDBMS 8.1.7.1.1 on Windows NT 2000 Server.
    I attempted to migrate from 9iAS 1.0.2.1 Portal 3.0.8 to 9iAS
    1.0.2.2.1 Portal 3.0.8.
    There were not any errors in the migration logs.
    When I attempt to test the Apache/Jserv the 'Is It Working'
    appears. When I attempt to test the mod_plsql I can get to the
    login/password screen and into the gateway administration but
    when I click the home link I receive the Http: 404 File Not
    Found.
    The mod_jserv logs:
    [01/12/2001 18:58:08:410] (ERROR) ajp12: Servlet Error:
    NoClassDefFoundError: oracle.webdb.page.ParallelServlet
    In the portal_home/apache/jserv/servlets/zone.promperties file:
    servlet.page.code=oracle.webdb.page.ParallelServlet
    Here are my upgrade steps:
    From Rdbms 8.1.7 to Rdbms 8.1.7.1.1
    From 9iAS 1.0.2.1 to 9iAS 1.0.2.2.1
    From Portal 3.0.8 to Portal 3.0.9
    1)     Rdbms 8.1.7
    2)     Set systemtrig_enable=FALSE in init.ora
    3)     Install patchset 1711240 for 8.1.7.1.1
    4)     Execute $oracle_home/rdbms/admin/catalog.sql &
    catproc.sql scripts
    5)     Set systemtrig_enable=TRUE in init.ora
    6)     Execute the 9iAS 1.0.2.2.1 installation. An upgrade will
    take place.
    7)     Stop the Apache HTTP Service
    8)     In referencing the 9iAS Migration Guide A90222-01
    Section 5.2 Common Configuration Files:
    Edit the $portal30_home/apache/jserv/conf/jserv.properties so
    that it
    Contains one occurrence of the following lines:
    # Oracle Portal
    wrapper.classpath=E:\portal30\portal30\bibeans\jewt-opt-4_1_2.zip
    wrapper.classpath=E:\portal30\portal30\bibeans\share-opt-
    1_1_7.zip
    wrapper.classpath=E:\portal30\portal30\bibeans\utility.jar
    wrapper.classpath=E:\portal30\portal30\bibeans\utilitygui.jar
    wrapper.classpath=E:\portal30\portal30\bibeans\utilitypersist.jar
    wrapper.classpath=E:\portal30\portal30\bibeans\utilityxml.jar
    wrapper.classpath=E:\portal30\portal30\bibeans\swingall.jar
    wrapper.classpath=E:\portal30\portal30\bibeans\graph.jar
    wrapper.classpath=E:\portal30\portal30\bibeans\graphgui.jar
    wrapper.classpath=E:\portal30\portal30\bibeans\LW_PfjBean.jar
    wrapper.classpath=E:\portal30\portal30\bibeans\bivisbeans.jar
    wrapper.classpath=E:\portal30\lib\http_client.jar
    wrapper.classpath=E:\portal30\jlib\javax-ssl-1_2.jar
    wrapper.classpath=E:\portal30\jlib\jssl-1_2.jar
    wrapper.env=WV_GATEWAY_CFG=E:\portal30
    \Apache\modplsql\cfg\wdbsvr.app
    9)     In referencing the 9iAS Migration Guide A90222-01
    Section 5.2 Common Configuration Files:
    Edit the $portal30_home/apache/jserv/conf/jserv.properties so
    that it
    Contains one occurrence of the following lines:
    # Oracle BC4J
    wrapper.classpath=E:\portal30\Apache\BC4J\lib\ordim817.zip
    wrapper.classpath=E:\portal30\Apache\BC4J\lib\ordvir817.zip
    wrapper.classpath=E:\portal30\Apache\BC4J\lib\ordhttp.zip
    wrapper.classpath=E:\portal30\Apache\BC4J\lib\jndi.jar
    wrapper.classpath=E:\portal30\Apache\BC4J\lib\jbomt.zip
    wrapper.classpath=E:\portal30\Apache\BC4J\lib\javax_ejb.zip
    wrapper.classpath=E:\portal30\Apache\BC4J\lib\jdev-rt.zip
    wrapper.classpath=E:\portal30\Apache\BC4J\lib\jbohtml.zip
    wrapper.classpath=E:\portal30\Apache\BC4J\lib\jboremote.zip
    wrapper.classpath=E:\portal30
    \Apache\BC4J\lib\connectionmanager.zip
    wrapper.classpath=E:\portal30\Apache\BC4J\lib\jbodomorcl.zip
    wrapper.classpath=E:\portal30\Apache\BC4J\lib\jboimdomains.zip
    wrapper.classpath=E:\portal30\Apache\BC4J\lib\jboorasql.zip
    wrapper.classpath=E:\portal30
    \Apache\Apache\htdocs\onlineorders_html
    #wrapper.classpath=E:\portal30
    \Apache\Apache\htdocs\OnlineOrders_html\OnlineOrders.jar
    9) In referencing the 9iAS Migration Guide A90222-01
    Section 5.2 Common Configuration Files:
    Edit the $portal30_home/apache/jservlets/zone.properties and
    Remove the following line:
    repositories=E:\portal30\Apache\Jserv\servlets\Parallel.jar
    10) In referencing the 9iAS Migration Guide A90222-01
    Section 5.2 Common Configuration Files:
    Edit the $portal30_home/apache/jservlets/zone.properties and
    Remove duplicates of the following line:
    servlet.page.code=oracle.webdb.page.ParallelServlet
    11)     In referencing the 9iAS 1.0.2.2.1 Release Notes A92199-01
    Section 1.5.4.1.4
    Edit the $portal30_home/apache/jservlets/zone.properties and
    Remove duplicates of the following lines:
    repositories=E:\portal30\Apache\Jserv\servlets\Parallel.jar
    (this line is actually removed completed per step 9)
    repositories=E:\portal30\Apache\Jserv\servlets\ChartServlet.jar
    repositories=E:\portal30\Apache\Jserv\servlets\AppLoader.jar
    servlet.chart.code=oracle.webdb.chart.ChartServlet
    servlet.apploader.code=oracle.webdb.apploader.AppLoaderServlet
    servlet.ojsp.code=oracle.jsp.JspServlet
    servlet.ojsp.initArgs=alias_translation=false
    12)     In referencing the 9iAS 1.0.2.2.1 Release Notes A92199-01
    Section 1.5.1.36
    Edit the $portal30_home/apache/jserv/conf/jserv.config
    Insert:
    # PTG 1.1.1 Begin
    ApJservGroupMount /ptg balance://group1/root
    # PTG 1.1.1 End
    13)     In referencing the 9iAS 1.0.2.2.1 Release Notes A92199-01
    Section 1.5.2.9
    Edit the $portal30_home/apache/apache/conf/httpd.config
    Add the following directive:
    Alias /soapdocs/ &#8220;c:/portal30/soap/&#8221;
    14) Start the Apache HTTP service

    In the web.xml you mapped the HelloServlet to the
    /sampleapp url so you should call the servlet with the
    url:
    http://localhost:8080/<webapp>/sampleapp
    The directory structure of sampleapp is as follows,
    e:\sampleapp\WEB-INF\classes\
    WEB-INF\lib
    WEB-INF\sourcefiles
    WEB-INF\web.xml
    I dont have a webapp folder in my directory at all.
    <servlet-mapping>
    <servlet-name>HelloServlet</servlet-name>
    <url-pattern>/sampleapp</url-pattern>
    </servlet-mapping>As the below lines would suggest

Maybe you are looking for