Oracle9ias 9.0.2.2

Hi
We are facing a problem in Oracle9ias 9.0.2.2
We have an application deployed which works fine with version 9.0.2 but after applying the two patchs(which changes the version to 9.0.2.2) the application dyies after some time saying all connections used up.
My connection pool size is 10 but when i increase the connection pool size to 100 it works fine with 9.0.2.2
also, but as mentioned earlier the 9.0.2 works fine with connection pool size of 10.
Thanks in advance
Prashant

Hi Nabil,
Well it seems fairly obvious (according to the information you have
provided) that the value for "hModelNumCol" is wrong. So why don't you
just print out the value -- or did you try that already? The value needs
to be between 1 (one) and the total number of columns in your query
text. So if your query is something like:
select COL1, COL2, COL3 from TBL
then "hModelNumCol" must be either 1, 2, or 3. Alternatively, the
"getInt()" method in interface "java.sql.ResultSet" can also accept
the column name (in your case "model_num") -- instead of the column
index.
Seeing as the problem code appears to be in the "getCntlHeaderInfo()"
method in the "CheckProject" stateful session bean, I'm assuming that
the text of the SQL query is supplied by you -- so you should know
if column "model_num" appears in the query text. In any case, the
following discussion (from this forum) has some information about
seeing what is the actual SQL text that is getting sent to the database:
Subject: CMR question
Author : Ranga S
URL :
Re: What is INI_TRANS and MAX_TRANS
Hope this helps...
Good Luck,
Avi.

Similar Messages

  • Oracle9iAS Portal Installation problem on Windows 2000

    I'm trying to install distributed oracle AS environment.
    There are two servers(A, B) with Windows2000+SP2
    and one of them, Server A, has domain controller in it.
    Server B is a member of that domain.
    In server A,
    I installed Oracle9i and Oracle9iAS infrastructure.
    Everything looks fine when I checked with EnterpriseManager website.
    These are the components I can see...
    BC4J, ClickStream Collector, HTTP Server Internet Directory, OC4J_DAS, OC4J_Demos, OC4J_Home, Single Sign-On:orasso:7777
    All the components are running except ClickStream Collector.
    In server B, as a middle-tier,
    I installed Oracle9iAS Portal/Wireless.
    Everything goes fine except Wireless Configuration at the end of the Installation Process.
    Ignoring Wireless error, I connected to EnterpriseManager website in Server A.
    I can see the <9iAS Portal/Wireless> instance registered that I just installed in Server B.
    Click into the <9iAS Portal/Wireless> Application Server, it seems OK except Wireless.
    But, when I opened <oracle_home>/assistants/opca/install.log in Server B,
    I could find some ERRORS while <configuring portal as a Partner Application for SSO Server>.
    INSTALL_ACTION:createPartnerApplicationConfig()
    INSTALL_ACTION:assocPortalToExistingSSO()
    It was sql*plus ERROR, and it says...
    SQL>ERROR:
    ORA-01017: invalid username/password: login denied
    Because of this error, I think, Portal DAD creation has failed.
    Could somebody can help me with this problem?

    Hi,
    The problem of installing Oracle Product on P4 computers comes from the symcjit.dll (Java Jusit in time compiler) which doesn't recognize the P4.
    I installed Oracle products on my P4 just by copying the CD's on a harddisk and manually replacing the dll (which is Version 3...) by a one I found to be Version 4.0.0.7.
    It is maybe not the best solution as it can result some instability (I don't know yet) but at least I didn't bought a brand new computer for nothing.
    The question is to know when Oracle will deliver some patches to allow a normal installation on P4s.
    Let me know if you want me to send you the dll.
    Regards,
    Jacques.

  • New Patch Release 3.0.9.8.1 for Oracle9iAS Portal 3.0.9.8.0

    The patch can be found on metalink. The patch number is: 1841088.
    Oracle9iAS Portal 3.0.9 Patch Release Notes
    July 2001
    Contents
    For the latest release note updates, visit the Oracle Technology Network
    and click the Documentation tab.
    Installation and Setup Patch Contents
    Installation (Windows) Bugs fixed by this patch
    Installation (UNIX)
    Post-installation steps
    Installation (Windows)
    You can only apply this patch to Release 3.0.9 of Oracle Portal
    (Oracle9iAS v1.0.2.2). To apply this patch, do the following:
    From the command line prompt, execute the patch command according to
    the following syntax:
    patch.cmd [-m patch_mode] [-s schema_name]
    [-p schema_password] [-u sys_password]
    -c connect_string [-l log_file_name]
    -m patch_mode is the patch mode. Valid values are
    loginserver or portalschema. Default value is
    portalschema.
    -s schema_name is the name of the Portal schema that you
    want to patch. Default value is PORTAL30.
    -p schema_password is the password of the schema you want
    to patch. Default value is PORTAL30.
    -u sys_password is the SYS Password. Default value is
    CHANGE_ON_INSTALL.
    -c connect_string is the TNS connect string information.
    -l log_file_name is the name of the log file. Default value
    is patch.log.
    Examples:
    To patch Login Server Only:
    patch -m loginserver -s portal30_sso -p portal30_sso -u
    change_after_install -c mydatabase -l mypatch.log
    To patch Portal Schema Only
    patch -m portalschema -s portal30 -p portal30 -u
    change_after_install -c mydatabase -l mypatch.log
    To patch both Portal Schema and Login Server
    patch -m loginserver -s portal30_sso -p portal30_sso -u
    change_after_install -c mydatabase -l mypatch.log
    patch -m portalschema -s portal30 -p portal30 -u
    change_after_install -c mydatabase -l mypatch.log
    To complete the application of the patch, follow the instructions in
    Post-installation steps.
    Installation (UNIX)
    You can only apply this patch to Release 3.0.9 of Oracle Portal
    (Oracle9iAS v1.0.2.2). To apply this patch, do the following:
    From the command line prompt, execute the patch command according to
    the following syntax:
    patch.csh [-m <patch_mode>] [<-l log_file_name>]
    -m <patch_mode> is is the patch mode. Valid values are
    loginserver, portalschema, or both. Default value is both.
    -l log_file_name is the name of the log file. Default value
    is patch.log.
    Examples:
    To patch Login Server only
    patch.csh -m loginserver -l mypatch.log
    To patch Portal Schema only
    patch.csh -m portalschema -l mypatch.log
    To patch both Portal Schema and Login Server
    patch.csh -m both -l mypatch.log
    patch.csh -l mypatch.log
    To patch both Portal Schema and Login Server with default
    log file
    patch.csh -m both
    patch.csh
    To complete the application of the patch, follow the instructions in
    Post-installation steps.
    Post-installation steps
    The bug fixes for bug numbers 1817550, 1830898, 1832632, 1840420, 1664594,
    1810741, 1807325, and 1819442 are not installed via the patch script
    because you must shut down your Web server prior to applying them. The
    sections that follow describe how to apply these fixes.
    JPDK.ZIP
    On the Web server where the provider is running:
    Unzip the contents of jpdk.zip into a directory (e.g., JPDK_30901).
    Shut down your Web server.
    Change your zone.properties file to include <extract
    dir>/jpdk/lib/provider.jar in the wrapper.classpath.
    If you are using Java Portal Development Kit (JPDK) samples from a
    previous release of the JPDK, update your samples using those
    included in the zip file. Refer to <extract dir>/installing.jpdk.html
    for more details.
    Restart your Web server.
    Note: Refer to <extract dir>/release.notes.html for a list of changes made
    in this release.
    wwpage.jar
    On the middle tier where the Portal listener is running:
    Shut down your Web server.
    Create a backup of your current wwpage.jar file.
    Replace /$IAS_HOME/Apac he/Jserv/servlets/wwpage.jar with the new
    wwpage.jar provided in this patch.
    Restart your Web server.
    New Parameters
    The Parallel Page Engine now accepts two new parameters in the
    zone.properties file:
    minStall is the minimum stall value allowed for a contentfetcher
    before it assumes there is a problem and times out. This value
    defaults to 120 seconds. It was added to help upgrades from
    308, which had a normal stall value of 40 seconds. The meaning
    of stall has changed slightly, raising the need for a minimum
    value.
    minTimeout is the minimum timeout that may be sent by a
    portlet. At times portlets send very small values, like 1
    second. This almost always fails, and pages are rendered
    incomplete. The minTimeout defaults to 5 seconds, but may be
    set otherwise if this is not large enough. The minTimeout is
    different from the requestTime. The requestTime is used when no
    timeout value is sent for a portlet.
    opca.jar
    Back up your current opca.jar file, which is found in the
    <IAS_HOME>/assistants/opca/ directory.
    Copy the opca.jar file provided with this patch to the
    <IAS_HOME>/assistants/opca/ directory.
    To install the Portal repository, run the launch.bat (on NT) or
    launch.sh (on Solaris) to invoke the Portal Configuration Assistant.
    Follow the steps in the configuration assistant.
    Oracle Portal Cache
    Go to Oracle MetaLink and retrieve the patch for bug number 1817550.
    Stop your Oracle HTTP Server.
    Apply the patch you downloaded from Oracle MetaLink as per the
    instructions in the README.txt file.
    Login to your system as root and delete all cache files and
    subdirectories under the directory
    <IAS_HOME>/Apache/modplsql/cache/plsql. Make sure the directory
    <IAS_HOME>/Apache/modplsql/cache/plsql is empty.
    Start your Oracle HTTP Server.
    Bugs fixed by this patch
    This patch fixes the following known bugs:
    Bug Number Bug Subject and Description
    1817550 ON SOLARIS, WHEN RUNNING ON PORT 80, ORACLE PORTAL CACHE
    GETS DISABLED
    Due to a bug in the Oracle HTTP Server powered by Apache,
    the Oracle Portal cache gets disabled when it is running
    on port 80.
    1819194 EXCEPTION THROWN IF A USER'S PASSWORD HAS AN AMPERSAND.
    Special characters such as an ampersand (&) in passwords
    or any text node that is sent to the Web providers were
    causing errors.
    1664594 XML TAGS IN THE JAVA STACK - CAUSING PARSER TO CRASH.
    (Duplicate Bug: 1788506) Control characters were not
    being properly escaped appropriately and causing errors
    in the database SOAP parser.
    1823166 PORTLET SECURITY IS RAISING AN ERROR FOR NON-ADMIN USERS
    W/ ANY_PORTLET MANAGE.
    1782458 NOT ABLE TO CREATE MASTER DETAIL REPORT.
    1802055 308-309 UPGR: CLICKING ON "REFRESH ERROR" IN PORTLET
    REPOSITORY GIVES ERROR.
    1815257 UPGRADE: 306-309:308-309:SEARCH PEOPLE PORTLET: SHOWS
    ERROR.
    1744458 REPORTS FROM SQL: VALID SQL:GIVES AMBIGUOUS COLUMN ERROR
    FOR JOINED TABLES.
    1783257 REPORT COMPONENT AS PORTAL IN PAGE CAN'T BE ASSOCIATED
    WITH TAB.
    1801961 UPGRADE:307-309:ADD PORTLETS REGION IS SHOWING UP VERY
    SLOW.
    1807325 FETCHERS TIMEOUTS, AND PORTLET PRODUCED AN ERROR.
    This bug pertains to a synchronization issue in the 3.0.9
    fetching of portlet content. The Document could not be
    contacted error is randomly raised. However, it may be
    that other problems are causing this error. This bug only
    refers to the synchronization issue in which the Parallel
    Page Engine causes the problem.
    1810741 PROVIDER USER DOES NOT DETECT PUBLIC USER CORRECTLY.
    Previously, the JPDK did not correctly detect if the
    current user was logged in or accessing the portal using
    a public session. This bug also affected providers
    registered with a login frequency of PUBLIC. Failure to
    detect the logged in state of the user correctly caused
    ProviderUser.isPublicUser() to return an incorrect value
    when a provider written using JPDK release 3.0.9 was used
    with earlier releases of Oracle9iAS Portal.
    The most common symptom of thi s error is the Customize
    link being shown to public users when the provider
    definition specified that it should be hidden. A new
    username parameter has been added so the JPDK can
    correctly detect the logged in state of users while
    maintaining backwards compatibility with older versions
    of Oracle9iAS Portal.
    1811275 GROUP NAME IS REPEATED IN LIST OF GROUPS IN SPANISH,
    FRENCH ETC.
    1812018 PERSPECTIVES ARE REMOVED FROM ITEMS IF THEY ARE EDITED.
    1815037 OPCA HANGS AT 90%
    Oracle Portal Configuration Assistant hangs at 90% during
    the Oracle9iAS 1.0.2.2 installation.
    1819442 PROVIDE MINTIMEOUT FOR PPE TO OVERRIDE SMALLEST
    TIMEOUT(S).
    Previously, there were no minimum values for timeouts.
    The fix for this bug adds some minimum values for
    timeouts and changes the defaults such that the Parallel
    Page Engine works better without any configuration by the
    user. These changes help to prevent getting the Portlet
    could not be contacted error message.
    1830898 SSOUNLCK.SQL DOESN'T UNLOCK SSO USER ACCOUNT.
    1832632 BITMAP INDEXES IN EXPORT-IMPORT FAIL TO INSTALL ON ORACLE
    8I STANDARD.
    1833509 SITE MANAGER BUGS FOR CATEGORY, ITEMTYPE, FOLDERTYPE, AND
    PERSPECTIVE.
    This bug covers the following:
    Showing the category popup correctly when you hide
    categories.
    Same Banner appears more than once while rendering.
    All Item Types show up when you create Custom Item
    Types.
    All Folder Types show up when you create Custom
    Folder Types.
    No data found error occurs in perspective list of
    content area manager.
    All item types get hidden when you hide different
    item types in different content areas.
    Categories are not displayed appropriately when you
    go into content areas of default languages other
    than "us."
    Minor issues with Bulk action.
    1840420 CUSTOM WRITTEN EXTERNAL AUTH MODULE NEED TO BE UPDATED
    AFTER 3.0.9 UPGRADE SSOXOID.PKB DOESN'T LOAD.
    External authentication modules that were written before
    3.0.9 need to be updated after upgrading to 3.0.9.
    ssoauthx.pks is updated in 3.0.9 and contains additional
    routines that need to be implemented.
    null

    Richard,
    I have just applied patch to upgrade from Portal 3.0.9 to 3.0.9.8.1 (Patch applied to loginserver and portal schema) and the External Applications that were previously set up have gone from the portlet.
    Does this relate to your note at the bottom:
    "Minor issues with Bulk action. 1840420 CUSTOM WRITTEN EXTERNAL AUTH MODULE NEED TO BE UPDATED AFTER 3.0.9 UPGRADE SSOXOID.PKB DOESN'T LOAD.
    External authentication modules that were written before 3.0.9 need to be updated after upgrading to 3.0.9. ssoauthx.pks is updated in 3.0.9 and contains additional routines that need to be implemented." ??
    If I go to the "Login Server Administration" portlet and select the link "Administer External Applications" I get a list of 5 External Applications that have previously been set up.
    If I go back to the Home Page and select "customize" on the "External Applications" portlet I get the message "Your Login Server administrator has not registered any external applications".
    Does that mean I should just run 'ssoauthx.pks' & 'ssoxoid.pkb' or do I need to do something else ??
    Thanks
    Simo

  • Unable to deploy a simple servlet using WAR file on Oracle9iAS v9.0.3

    Hi All,
    I am facing problem while deploying a simple servlet using WAR file on Oracle 9i App Server.
    I have installed Oracle9iAS J2EE and Web Cache v9.0.3 on Windows 2000 server.
    It includes:
         - Oracle HTTP Server
         - Oracle9iAS Containers for J2EE
         - Oracle9iAS Web Cache
         - Oracle Enterprise Manager
    The release of installed Oracle9iAS is Release 2 (9.0.3)      
    I referred following link to Deploy Applications Using WAR file:
         http://otn.oracle.com/products/ias/daily/sept12.html
    As mentioned in this documentation I have followed following steps to deploy WAR file:
    1] I have created a war file by name SimpleServlet.war. In SimpleServlet.war, there is a servlet by name Simple which prints time at which servlet was accessed.
    2] I have modified <ora9ias_home>\j2ee\home\config\application.xml and added following web module entry:
         <web-module id="SimpleServlet" path="../../home/applications/SimpleServlet.war" />
    3] To make this module accessible from over the web, I have modified file
         <ora9ias_home>\j2ee\home\config\default-web-site.xml and added following entry:
         <web-app application="SimpleServlet" name="SimpleServlet" root="/SimpleServlet"/>
    4] I saved both the files and started Oracle HTTP Server and accessed page as below:
              http://<server>:7777/SimpleServlet/Simple
    where Simple is servlet in SimpleServlet.war file.          
    In the browser, The page cannot be found is shown to user. I have verified that SimpleServlet.war is extracted to SimpleServlet folder under <ora9ias_home>\j2ee\home\applications folder. I found that Simple.class is stored under WEB-INF/classes folder and web.xml contains correct entry for url pattern for servlet Simple.
    What else could be the problem? Am I placing the war file in wrong place or modifying application.xml or default-web-site.xml in a wrong directory?
    This is very urgent. Please help me with your valuable comments on this.
    Thanks in advance.
    Regards,
    Sandesh

    Hi All,
    I am facing problem while deploying a simple servlet
    using WAR file on Oracle 9i App Server.
    I have installed Oracle9iAS J2EE and Web Cache v9.0.3
    on Windows 2000 server.
    It includes:
         - Oracle HTTP Server
         - Oracle9iAS Containers for J2EE
         - Oracle9iAS Web Cache
         - Oracle Enterprise Manager
    The release of installed Oracle9iAS is Release 2
    (9.0.3)      
    I referred following link to Deploy Applications
    Using WAR file:
         http://otn.oracle.com/products/ias/daily/sept12.html
    As mentioned in this documentation I have followed
    following steps to deploy WAR file:
    1] I have created a war file by name
    SimpleServlet.war. In SimpleServlet.war, there is a
    servlet by name Simple which prints time at which
    servlet was accessed.
    2] I have modified
    <ora9ias_home>\j2ee\home\config\application.xml and
    added following web module entry:
    <web-module id="SimpleServlet"
    path="../../home/applications/SimpleServlet.war" />
    3] To make this module accessible from over the web,
    I have modified file
    <ora9ias_home>\j2ee\home\config\default-web-site.xml
    and added following entry:
    <web-app application="SimpleServlet"
    name="SimpleServlet" root="/SimpleServlet"/>
    4] I saved both the files and started Oracle HTTP
    Server and accessed page as below:
              http://<server>:7777/SimpleServlet/Simple
    where Simple is servlet in SimpleServlet.war file.          
    In the browser, The page cannot be found is shown to
    user. I have verified that SimpleServlet.war is
    extracted to SimpleServlet folder under
    <ora9ias_home>\j2ee\home\applications folder. I found
    that Simple.class is stored under WEB-INF/classes
    folder and web.xml contains correct entry for url
    pattern for servlet Simple.
    What else could be the problem? Am I placing the war
    file in wrong place or modifying application.xml or
    default-web-site.xml in a wrong directory?
    This is very urgent. Please help me with your
    valuable comments on this.
    Thanks in advance.
    Regards,
    SandeshHave you restarted you http server and then tried to load it again? Are you using the right port; maybe you have to use port 7778? Check you server settings in the http server instance. Also check your url binding of you application at Farm > Application Server: infrastructurehost > OC4J_instance > Application: appname > Web Module: modulename
    Good luck!
    rgds Thomas

  • Need help on features of Oracle9iAS

    Dear All,
    I am new in this Forum. I am working as a Technical Consultant in Thailand. As of now, I am looking for a Application Server the will meet requirements of our prospected customer. Personally , I prefer to propose the Oracle9iAS, but I am not sure whethere it will meet these specifications or not. Would you please me help me ? Here are the specifications that I have problems whethere Oracle9iAS is currently support or not:
    1) be able to do "caching" by combining several connections into a single Thread
    2) have a security feature to control to usage/access of sessions that are used to enter the system
    3) support CORBA
    4) Securites features: Access Control List and User Authentication
    PLease help our company use and develop applications for our customers using Oracle RDBMS for a long time. Using "Oracle9iAS" may give us some more advantages compare to other "applications server". However, we need to meet these requirements as well. PLease excuse me , the specifiactions above might not be "Technically correct" since there are translated from Thai language. I hope someone of you could help me. Thank you very much in advance
    Regards,
    Pearapon S.

    Is there some software to verify if my graphics card is shotty?
    Techtool Pro has some testing, the AHT tests VRAM, but game benchmarks and stressing will tell you the most.
    Is re-seating the graphics card or memory worth trying?
    Absolutely. Just don't reinstall the graphics card until you clean it thoroughly.
    Cleaning the dust out of my machine?
    YES. A dust filled graphics card heatsink will cause the GPU to cook, and cause problems thet you describe.
    If I need a new graphics card, what are my options? Do I have to purchase it via Apple store? I would like to stick with an Nvidia card so am I stuck buying the same card I currently have or can I upgrade?
    You don't have to buy from Apple, but using with OS X limits your choices to Mac compatible or flashable PC versions.
    There is an awful lot of user input into this topic here:
    http://blog.macsales.com/602-testing-those-new-graphics-cards
    Card reviews can also help:
    http://www.anandtech.com/video/showdoc.aspx?i=3140&p=9
    http://www.tomshardware.com/reviews/radeon-hd-4870,1964.html

  • OC4J 9.0.2 on Oracle9iAS 1.0.2.2a

    Hi everyone,
    I've installed an Oracle9iAS 1.0.2.2a Enterprise Edition on my server.
    How can I upgrade internal OC4J to version 9.0.2?
    Or should I install an Oracle9iAS 9.0.2 Core Edition
    (HTTP Server + Web Cache + OC4J) on a new machine and reference it (??) from Oracle9iAS 1.0.2.2a?

    Giorgio
    If you are trying to run PDK release 2 with Portal release 1 then you should install a new Oracle9iAS Release 2 Oracle home (core only) and install the latest PDK into the same location.
    If you are trying to update the Portal mid tier so that the PPE runs under OC4J then you should follow the instructions in the Portal Upgrade Guide 3.0.9 to 9.0.2.6 located on http://portalcenter.oracle.com/upgrades.
    regards
    Peter

  • How to install Oracle9iAS and Oracle Portal

    Can anyone help me to install Oracle9iAS and Oracle Portal?
    In which order must they be installed?
    Are there important things to do before the isntalling?
    Or does anyone know where to find clear documentation for the installation?
    thanks

    Portal is installed as part of the 9iAS install.
    You can find the Installation Guide online at http://otn.oracle.com/products/ias/. Choose the Documentation tab. Select your platform (Solaris, NT, etc.), and click HTML or PDF and you'll have the docs you need for installing 9lAS and Portal with default configuration.
    For more info on custom configuring portal, go to http://technet.oracle.com/products/iportal/. There is a section on the page called Configure 9iAS Portal that has links to all the available configuration documentation.
    Best,
    Jay

  • Problem in Calling EJB remotely in Oracle9iAS

    Hi All,
    Im getting a strange problem while Im trying to access an EJB deployed in one orion application server from a web client, deployed in another orion application server.
    The orion server version Im using is Oracle9iAS (1.0.2.2.1) running on Windows XP (for both the deployment).
    To explain the settings more -
    a) Ive a J2EE application running on orion server (say A) in which a client web application (say TestClient.war) is deployed.
    Ive another J2EE application running on another orion server (say B) in which an EJB (say TestEJB) is deployed in a test application (say TestApp). TestApp.ear contains TestEJB.jar as one of the modules.
    b) From TestClient.war Im trying to connect to TestEJB of TestApp.
    c) Based on the documentation Ive read Ive done the following settings/configurations.
    In the rmi.xml of orion server A Ive incorporated lines
    <server host="mchnB" username="SCOTT" port="23791" password="TIGER"/>
    <log>
    <file path="../log/rmi.log" />
    </log>
    (machineB is the network name of the machine where server B is running)
    d) In the rmi.xml of orion server B Ive incorporated lines
    <log>
    <file path="../log/rmi.log" />
    </log>
    e) In the code of TestClient while creating InitialContext for server B Im using following name value parameters and putting them in a hash table (say envHtb).
    java.naming.factory.initial=com.evermind.server.ApplicationClientInitialContextFactory
    java.naming.provider.url=ormi://machineB/TestApp
    java.naming.security.principal=SCOTT
    java.naming.security.credentials=TIGER
    java.naming.security.authentication=none
    f) In principals.xml in server A Ive code like -
    <groups>
    <group name="administrators">
    <description>administrators</description>
    <permission name="administration" />
    <permission name="com.evermind.server.AdministrationPermission" />
    </group>
    </groups>
    <users>
    <user username="SCOTT" password="TIGER">
    <description>no description</description>
    <group-membership group="administrators" />
    </user>
    </users>
    However, while executing the code
    Context ctx = new InitialContext (envHtb)
    following error is obtained
    java.lang.NullPointerException at com.evermind.server.rmi.RMIInitialContextFactory.getInitialContext(RMIInitialContextFactory.java:174) at com.evermind.server.ApplicationClientInitialContextFactory.getInitialContext(ApplicationClientInitialContextFactory.java:156) at javax.naming.spi.NamingManager.getInitialContext(Unknown Source) at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source) at javax.naming.InitialContext.init(Unknown Source) at javax.naming.InitialContext.(Unknown Source).
    Could you please let me know what could be the possible reason for this error ?
    Thanks in advance.
    Regards,
    Sourav

    Hi Sourav,
    You said...
    "c) Based on the documentation I?ve read I?ve done the following
    settings/configurations."
    I don't know what documentation you are referring to, but you
    are using a very old version of OC4J. Therefore, I believe that
    the following posting may be relevant to you:
    Re: Converting a Group Left to a Group Above Report
    Hope it helps you.
    Good Luck,
    Avi.

  • Errors happened during installing Oracle9iAS

    I got the gollowing error messages when I tried to install Oracle9iAS Enterprise Edition.
    When: Copying B.lib
    Error msg: A runtime exception occured during the execution of this query.
    When: Copying EMWebSite.html
    Error msg: The file D:\ORACLE\iAS\Apache\Apache\ports.ini is not found while looking for variable s_apachePort
    When: Copying EMWebSite.html
    Error msg: A runtime exception occured during the execution of this query.
    Any idea?
    Thanks in advance.

    The old link will no longer works. Please see the old related queries and answers in the following links
    XML Schema Parser
    Error on registering Portal for Ultrasearch
    FRM-40010 in Forms 9i

  • Error starting HTTP Server in Oracle9iAS 9.0.2 Infrastructure

    Hi,
    I have installed Oracle9iAS Infrastructure 9.0.2 on Windows 2000 Professional. Most of the components are working and I am also able to browse OEM at 1810 port.
    The problem is with the HTTP server, it starts and after a while shutsdown automatically. I have tried both the methods to start HTTP Server:-
    via windows start menu HTTP Server Startup link
    via command: C:\Ora9iAS\dcm\bin\dcmctl start -ct ohs
    In both the cases it fails, When using the command dcmctl start -ct ohs. The error code is ADMN-906025.
    Can anyone tell me what could the problem be?
    Bharat

    With the command dcmctl geterror 906025 you will see the contents of the error (without a number dcmctl geterror gives the last error). You seem to have a problem with opmn. Check the log files in the $ORACLE_HOME/opmn/logs directory. The log file HTTP Server.1 (as it is called on linux) will probably contain more information as why the HTTP server fails to start.
    Regards,
    Andre

  • Please help.......about installation Oracle9ias

    Hi,
    I have installed oracle9i database after that I installed oracle9ias and I have some errors so I could not continued installation. Is Oracle9i database release 2(9.2.0.1.0) support oracle9iAS release 2(9.0.2) ? Can I install them at the different server?
    Please help me. I will be very appreciated.
    Thanks,
    Leny

    hu,
    it is usual to install the database and the AS on different servers, this is not a problem. concerning your errors: please make sure you carefully read the installation guides and the release notes. besides that, you have to be much more specific, if you need concrete help. so please provide the details.
    trevi

  • Oracle9ias R2 RHAS2.1 installation problem

    hi
    tried to install oracle9ias r2. i follow below docs
    doc id:215288.1
    doc id:191567.1
    doc id:200471.1
    in the metalink.
    searched metalink and found a code.
    "pre-install check for linux system "
    there s code written for specific platforms.
    i run it and get this errors.
    ""=means FAILED.
    su verification FAILED suNotSupported
    Umask verification "" UmaskNotOk
    ORACLE_* Environment "" Oracle Variables Defined
    Memory verification "" NotEnoughPhysicakMemory
    Ulimit verification "" StacktooSmall,CoreTooSmall,NofilesTooSmall
    nslookup verification "" NOIPTOHOSTNAME
    how can i correct above issues.
    anybody installed succesfully oracle9ias r2 with rhas2.1
    i neeed suggestions
    best regards

    hi
    tried to install oracle9ias r2. i follow below docs
    doc id:215288.1
    doc id:191567.1
    doc id:200471.1
    in the metalink.
    searched metalink and found a code.
    "pre-install check for linux system "
    there s code written for specific platforms.
    i run it and get this errors.
    ""=means FAILED.
    su verification FAILED suNotSupported
    Umask verification "" UmaskNotOk
    ORACLE_* Environment "" Oracle Variables Defined
    Memory verification "" NotEnoughPhysicakMemory
    Ulimit verification "" StacktooSmall,CoreTooSmall,NofilesTooSmall
    nslookup verification "" NOIPTOHOSTNAME
    how can i correct above issues.
    anybody installed succesfully oracle9ias r2 with rhas2.1
    i neeed suggestions
    best regards

  • Problem in Oracle9iAS Installation

    I have 2 questions :
    1. I have problem in installing Oracle9iAS rel. 1.0.2.2.2.
    The Database Cache was not installed properly (tnsnames.ora was not detected).
    Is there any rules (step by step rule) on how to install the Oracle9iAS? Can I get informed?
    2. After I installed the Oracle9iAS, I found that the Oracle Forms Services version was 6i, is it true? Or actually it should be version 9i?
    Thanks for your concern in answering my questions.

    2. After I installed the Oracle9iAS, I found that the Oracle Forms Services version was 6i, is it true? Or actually it should be version 9i?The v1.x Release probably should have stayed "8i AS", and Forms and Reports is 6i. From v9.x the 9i AS is a completely different beast.
    Hth,
    Fredrik

  • Can I use oracle9i to deploy the BC4J without using oracle9ias

    I found many components in oralce 9i similar to those,for instance apache server, in oralce9i applcation server
    I want to know what defference is between oralce 9i and oralce9i applcation server

    Nope. You need the Oracle9iAS J2EE container (OC4J) to deploy BC4J/J2EE applications.
    This is a part of 9iAS. 9i is now the brand name for all products to identify a particular version e.g. 9i Database, 9i Appliaction Servers, 9i JDeveloper, etc.
    regards
    Debu Panda

  • Load Balance / Clustering of Oracle9iAS (for EJBs)

    <P>Hi there,</P>
    <P>I am testing Oracle9iAS and am wondering how load
    balancing can be configured with this server. There is
    information available about <A
    href="http://otn.oracle.com/products/ias/daily/aug27.html"
    target=_blank>load balancing for servlets and JSPs</A>, but
    I did not find any information about how to load balance or
    cluster EJB servers. Does any of you know?</P>
    <P>Thank you!<BR>
    Chris</P>

    <P>Hi there,</P>
    <P>I am testing Oracle9iAS and am wondering how load
    balancing can be configured with this server. There is
    information available about <A
    href="http://otn.oracle.com/products/ias/daily/aug27.html"
    target=_blank>load balancing for servlets and JSPs</A>, but
    I did not find any information about how to load balance or
    cluster EJB servers. Does any of you know?</P>
    <P>Thank you!<BR>
    Chris</P>

  • Announcement Oracle9iAS Portal Patch Release 3.0.9.8.3 For Solaris is now available

    Oracle9iAS Portal Patch Release 3.0.9.8.3 For Solaris is now available for download from metalink. Bugnumber for the patch release is 2131815.
    You must install this patch release over an Oracle9iAS 1.0.2.2 installation of Oracle9iAS Portal. You can install it over either a production installation (3.0.9.8.0) or a patched installation (3.0.9.8.1, 3.0.9.8.2). This patch release is cumulative and it incorporates the changes from the earlier patches (3.0.9.8.1, 3.0.9.8.2). The installation instructions are in README.TXT and RELNOTES.HTM contained in the patch release.
    The patch will be available for other platforms by the end of May.

    I saw this warning in the content area API home page.
    Warning - The Content Area APIs available in 3.0.8.x and 3.0.9.x will not work with Oracle9iAS Portal 9.0.2. They are not available with this release
    Will there be other API's?
    Are you removing the concept of loading an item through APIs?
    Thanks in advance
    Harish

Maybe you are looking for

  • IMac 5,1 20" external display options

    I currently have a mini-DVI to HDMI adapter and a 20" 1080i TV, and they work albeit the screen is hardly legible in terms of type when I connect the two. I'm considering getting a 1080p monitor or TV to replace it to get the sharpness of progressive

  • Analysis Authorization - Strange behaviour clarification

    Hi, Need to understand whether this is expected behaviour. Scenario : User1 -> Authorized to only see Q1/2008 data. The Query contains 2 restricted key figures -> Q2 Balance and Q1 Balance. When the report is run is does not fail with "No Authorizati

  • Performance of Oracle on Windows 7

    Hello, Recently I've got an interesting question from a friend. At his office, he's got some PC with 6GB of memory and Core i7 as processor. But those PC's motherboards only support Windows XP or 7, not Windows Server 2003. If he installs Oracle 11g

  • Downloading ios in configurator

    I'm trying to set up our iPad cart for my use in my school. I successfully set up iPad 1 as a master, then used it to prepare and supervise iPads 2-20. I want to do the same with iPads 21-30 for a use in a different classroom setting. Every time I go

  • Photo albums sync incorrectly

    Hey all, When I open photo/select album/select an thumbnail image= I get wrong image from another album. Example: Albums A,B,C. I select image 13 of Album #A and get image 5 from album#C. The ONLY images that show correctly are from my camera roll. A