9iAS TRANCACTION BUG

The problem is in Oracle 9iAS version 9.0.2.
Windows 2000
Oracle 8.1.7i R3 DB
When I shutdown (manualy) the server in the midle of some DB transaction, some of data are commited in the database. Everything is OK when the my application throws some Exception in the midle of transactin, no data are commited in the DB (DB rollback the transaction).
So, the server that is manualy stoped commit started transaction no matter that transaction is not finished yet.
This problem consist in both EntityEjb updating and JDBC updating DB.
Thanks in advance
Dusan Petrovic

Dusan -- This is a known issue and has been fixed in development. If you need a fix immediately please contact your support representative.
Thanks -- Jeff

Similar Messages

  • 9ias lookup bug?

    Here is what I am doing...
    I have three ejbs, 2 local (ejbA, ejbB), 1 remote (ejbC).
    Here are my sequence of calls
    Context ctx = new javax.naming.InitialContext (...);
    xxx = ctx.lookup ("ejbA"); <--- works
    Context ctx = new javax.naming.InitialContext (...);
    xxx = ctx.lookup ("ejbB"); <--- works
    Context ctx = new javax.naming.InitialContext (...);
    xxx = ctx.lookup ("ejbC"); <--- failed (expected as I did not setup the url properly)
    // make a call back to ejbA
    Context ctx = new javax.naming.InitialContext (...);
    xxx = ctx.lookup ("ejbA"); <--- FAILED!
    Why should lookup to ejbA fail? I am using 9.0.3.
    Anyone has the same error? Is there any way to recover?
    Cheers
    ry

    Solved.
    Need the dedicated.connection settings.
    ry

  • How can I know the number of ejb instances

    Hi all,
    We need to know how can we get the number of ejb instances (entity and session) while the application is running.
    We have a memory leak, so we need to know the amount opf memory used.
    Please, it´s quite urgent, can anybody help us? It seems like an Oracle 9ias 903 bug.
    Thanks

    I'm not sure if this will help you, but the "Spy" application that comes with OC4J stand-alone may help. I suggest you search this forum's archives for the words "Spy" and "AggreSpy".
    Good Luck,
    Avi.

  • 9iAS: JSP: contentType BUG

    this is a very simple JSP page, it cant run correctly on 9iAS 1.0.2.1 running on Windows NT or 2000.
    If you try to pass any parameter with caracterset except the default you will get rubbish.
    I tried to upgrade OracleJSP to the latest version from OTN (1.1.2.0.0), but I get the same problem.
    I have a real big application developed with JDeveloper 3.2 using BC4J and DataTags, I found the same problem in all pages. Have I drop 9iAS as a deployment environment, all drop my all application ?????
    I need a solution very very urgent!
    <%@ page language="java" contentType="text/html;charset=WINDOWS-1256" %>
    <HTML>
    <HEAD>
    <TITLE>
    Hello User
    </TITLE>
    </HEAD>
    <BODY>
    <%
    String name = request.getParameter("newName");
    if ( name!= null ) { %>
    <H3>Welcome <%= name %></H3>
    <% } %>
    Enter your Name:
    <FORM METHOD=get>
    <INPUT TYPE=TEXT name=newName size = 20>
    <INPUT TYPE=SUBMIT VALUE="Submit name">
    </FORM>
    </BODY>
    </HTML>

    I found that the code is not cleare , her is again with [ ] replaced < >
    [%@ page language="java" contentType="text/html;charset=WINDOWS-1256" %]
    [HTML]
    [HEAD]
    [TITLE]
    Hello User
    [TITLE]
    [HEAD]
    [BODY]
    String name = request.getParameter("newName");
    if ( name!= null ) { %]
    [H3]Welcome [%= name %][H3]
    [P]
    Enter your Name:
    [FORM METHOD=get]
    [INPUT TYPE=TEXT name=newName size = 20][br]
    [INPUT TYPE=SUBMIT VALUE="Submit name"]
    [FORM]
    [BODY]
    [HTML]
    null

  • Possible bug in 9ias(9.0.3)

    Hi,
    I have two applications Alms and Rule where Rule is set as Parent app of Alms. Rule has ejbs which are frequently changed. When I hot-deploy Rule upon change (copying the new EAR under /application folder) the server fails to update the ejb-jar files. it gives the following error:
    Auto-unpacking E:\ora\ora9ids\j2ee\home\applications\RuleEar.ear... done.
    Auto-unpacking E:\ora\ora9ids\j2ee\home\applications\RuleEar\RuleWar.war... done.
    Auto-deploying Rule (Assembly had been updated)...
    Auto-deploying RuleJar.jar (ejb-jar.xml had been touched since the previous deployment)
    Error compiling E:\ora\ora9ids\j2ee\home\applications\RuleEar/RuleJar.jar: Error instantiating compiler: IO error writing cache: E:\ora\ora9ids\j2ee\home\application-deployments\Rule\RuleJar.jar\deployment.cache
    Application Rule (Rule) initialized...
    Auto-deploying file:/E:/ora/ora9ids/j2ee/home/applications/RuleEar/RuleWar/ (Assembly had been updated)...
    eventually the changed ejbs are not reflected unless I re-start the server.
    Am I doing something wrong? or is there any bug in the 9.0.3 version as the same procedure worked in 9.0.2. Can someone shed light on this?
    Thanks in advance.
    Indranil

    Yes you are right. I've discoverd this bug too. Unfortunately this bug has some ugly effects when running the code, so this is not a litte quirk but I real bug! It is necessary fix the xml-files by hand after removing a joined entity from a view (At least I didn't find another way to fix this).

  • 9iAS Bug? - Segmentation Violation - ApplicationServerThread

    Hi,
    I am getting this message output on the server after which the server stops responding to any requests.
    SIGSEGV 11 segmentation violation
    si_signo [11]: SEGV
    si_errno [0]:
    si_code [1]: SEGV_MAPERR [addr: 0x534d5408]
         stackpointer=DAA6F998
    "ApplicationServerThread" (TID:0x1084cf8, sys_thread_t:0x1084c30, state:R, thread_t: t@96, threadID:0xd8d81d78, stack_bottom:0xd8d82000, stack_size:0x20000) prio=5
    Sometimes this happens after I get this error:
    com.evermind.server.http.HttpIOException: Broken pipe
    Really need some urgent help on this.
    Thanks in advance.

    There does not seem to be a bug in the application.
    If I am giving the following command which needs to check where the core dump got made
    $ file core
    core: ELF 32-bit MSB core file SPARC Version 1, from 'java'
    this is giving java as the reason for the file dump.
    Now these are the details of the jvm for the Solaris verison 8.0 machine
    PKGINST: SUNWjvman
    NAME: JavaVM man pages
    CATEGORY: system
    ARCH: sparc
    VERSION: 1.1.8,REV=2000.08.14.10.32
    BASEDIR: /
    VENDOR: Sun Microsystems, Inc.
    DESC: JavaVM man pages
    PSTAMP: javavm000814103421
    INSTDATE: Sep 11 2001 14:25
    HOTLINE: Please contact your local service provider
    STATUS: completely installed
    FILES: 19 installed pathnames
    4 shared pathnames
    4 directories
    240 blocks used (approx)
    Appreciate your reply on this one.
    Thanks,
    Yogesh
    Hi Yogesh,
    You've crashed the JVM. There is obviously a HUGE bug in your application.
    Fix the bug and you won't crash the JVM. The error message indicates
    that the JVM is trying to access memory it isn't allowed to access.
    In other words, I'm guessing that the JVM is trying to allocate memory
    in order to execute your java application -- but your application requires
    so much memory that the JVM is trying to grab memory that the operating
    system isn't willing to give it -- and presto,"Segment Violation".
    Now, if you want more detailed assistance in how to solve this problem,
    then I advise you to follow Jeff's suggestion, and supply more details.
    Good Luck,
    Avi.

  • HttpServletResponse.sendRedirect bug in Release 2

    I think I've come across a bug with the HttpServletResponse.sendRedirect() method and OC4J in 9iAS R2.
    I've constructed the following statement:
    response.sendRedirect("http://www.myurl.com/index.jsp?src1=http://www.abc.com&src2=http://www.somewhere.com
    What happens when the servlet containing this method is invoked is the redirect attempts to connect to:
    http://www.myurl.com/index.jsp?src1=http:/www.abc.com&src2=http:/www.somewhere.com
    The double forward slashes in the query string portion of the request URL are replaced with a single slash!
    I've tested this on different R1 and 10g OC4J versions and it works perfectly. The bug only arises in R2. Unfortunately for me, I have to get this working in an R2 environment.
    Has anyone come across this problem before, and worked around it?
    Thanks very much in advance.
    Lawrence

    Vikas,
    all clear but that v('P102_ID') call is bothering me!
    And other thing....I was debugging in first function (with number parameter)...and if API is making VARCHAR2 value, then in no circumstances first function (with number) cannot be called but only second one (with two VARCHAR2)...which was not called !!!!
    To make more clear, create two function (in this order in package):
    FUNCTION update_password (
                p_id       IN HTMLDB_USERS.ID%TYPE
               ,p_password IN HTMLDB_USERS.PASSWORD%TYPE
              ) RETURN PLS_INTEGER;
    BEGIN
      dbms_output.put_line(v('P102_ID'));
      dbms_output.put_line('Number called function "'||to_char(p_id)|'"');
      return null;
    END;
    FUNCTION update_password (
                p_username       IN HTMLDB_USERS.USERNAME%TYPE
               ,p_password IN HTMLDB_USERS.PASSWORD%TYPE
              ) RETURN PLS_INTEGER;
    BEGIN
      dbms_output.put_line(v('P102_ID'));
      dbms_output.put_line('VARCHAR2 called function "'||p_username||'"');
      return null;
    END;and make a call like in my case.
    This is most interesting of all! Intersting which function will be called!
    Maybe this note helps someone to be mislead...
    Message was edited by:
    Funky

  • 9iAS R2 Automatic Startup at Boot time on Windows

    How to successfully start the 9iAS R2 Application Server at boot time.
    Many of you are still struggling with the problem of 9iAS R2 not automatically starting up properly when your system is restarted. I've been fighting this issue for several weeks and have found the problems, and pitfalls, involved with fixing it. It really is a race condition of things trying to start up before something it depends on is fully functioning, or some application starting out of sequence.
    There is a bug associated with this problem; BUG 2511270 ( 9IASV2 Need Ability to Restart All Components in Instance After a Reboot). The bug report itself has very little useful information in it other than to say it doesn't work, and manually starting the components is the only known fix. If you're like me. this isn't a good enough answer.
    Your mileage may vary.
    My configuration has a 9.2.0.1 customer database, and a 9.0.1.3.1 infrastructure database that is also the application server database, including portals, all installed on the same system which is a Pentium 4, Windows 2000 machine, with 1.5GB of memory. I only use a single LISTENER, which runs out of the 9.2 DB ORACLE_HOME.
    Chapter 5 (Starting and Stopping the Application Server) of the Oracle9i Application Server Administrator's Guide shows all of the commands necessary, in the proper order, to manually start the infrastructure and application server. Unfortunately, there is also some incorrect information in this document.
    Part 1c in the section Starting an Infrastructure Using Commands on Windows, using SQLPlus to connect to and start the database, does not work unless oracle.exe is already running (which means that you recently shutdown the database by command, not with "services>stop"). If your system is rebooting, oracle.exe is not running. This exact same information is documented in the Database Administrators Guide, Chapter 4, Starting a Database. If you don't have these manuals handy the offending commands are as follows:
    ORACLE_HOME\bin\sqlplus /nologsql> connect sys/password_for_sys as sysdba
    sql> startup
    sql> quit
    Since we can't put some variant of the above in a command script to manually start the databases and wait for it to open, the only option left is to let the databases come up in "automatic" mode when the system boots, and run the remaining commands when they are open. If your system is like mine, that can take several minutes, even after you've logged on and gotten your first cup of coffee.
    If you set up a command script to run at startup, you don't have any control over when the script gets run, more than likely, in this case, before the databases are open. Unfortunately, Microsoft does not have anything resembling a sleep (timer, wait, delay, etc) command that can be used in a script. There may be something somewhere, but I can't find it. So I wrote one in Perl, which does have a sleep command. You can use anything you have available to you that will function as needed. We obtained our Perl distribution from http://aspn.activestate.com/ASPN/Perl.
    The next issue has to do with starting the Oracle Internet Directory. The documentation shows two commands to execute, but in reality, only the first one is required, it automatically takes care of the second one. Refer to the command file below for the correct one.
    The last issue deals with running the dcmctl commands. If you run these commands one at a time in a command window, you won't notice anything askew. If you run them, as shown, in a script, they will stop execution of the script when they complete, and there will be no indication that anything wrong has happened. The CMD.exe still exists, it just isn't running. They must be run in there own cmd command as shown below.
    Now, let's review the steps necessary to get all this to work.
    Put the two scripts shown below in there target directories and edit any necessary changes for your system.
    In Start>Settings>Control Panel>Administrative Tools>Services set the OracleServiceSID's and the OracleOraHomeTNSListener to Automatic Startup Type. All other Oracle* services should be set to Manual.
    In Start>Programs>Accessories>System Tools>Scheduled Tasks double click on the Add Scheduled Task item,
    select Next,
    Browse to where your startup script resides,
    double click the file name,
    select "When my computer starts",
    select Next,
    Enter a user name and password (that has ORA_DBA privileges)
    select Next, then Finish.
    Uncomment the first exit in the iasStartup.cmd script.
    Reboot your system.
    Compare the database open time stamp in each database alert log to the time recorded in the iasStartup.log file to determine you first time delay. Add 10-20 seconds or more to this difference just to be safe. If you add services at a later time, this number may need to be increased.
    Edit the iasStartup.cmd file to include this time delay for the first sleep command and comment out the first exit command.
    Reboot your system.
    After several minutes, all infrastructure and application server processes should be up and running. You can check this in several ways; Look at the log file to see if all commands were run, Look at the Windows Task Manager to see if all expected tasks are running, Look at Services to see what is running. Finally, you can look at the Infrastructure Enterprise Manager Website and click on each instance to determine the current status of each system component. On mine, the component Portal:portal:7779 always shows as down but in reality it is functioning.
    The following command script only starts the minimum set of processes that I require. Your requirements may be different so refer to the documentation for additional commands.
    Enjoy.
    ******** iasStartup.cmd ********
    REM # iasStartup.cmd
    REM # Command script to start the infrastructure and application server at system boot
    REM # Mike Bukaty
    REM # Sandia National Laboratories
    REM # [email protected]
    REM # set default directory that contains the log and sleep.pl files.
    cd E:\Oracle\admin
    echo Starting iasStartup.cmd > iasStartup.log
    time /t >> iasStartup.log
    REM # Uncomment the following command to determine the time delay for your system
    REM # exit
    REM # This delay is determined by looking at the times from the alert logs
    REM # for when the database was opened and the time recorded above.
    REM # SLEEP is a perl script to do just that (in seconds) since Windows doesn't have one.
    sleep.pl -delay=120
    time /t >> iasStartup.log
    REM #Start the infrastructure first
    REM #The SID for the infrastructure must be set
    set ORACLE_HOME=E:\Oracle\as9inf
    set ORACLE_SID=iasdb
    echo Starting as9inf oidmon >> iasStartup.log
    %ORACLE_HOME%\bin\oidmon start
    echo Starting as9inf EMWebsite >> iasStartup.log
    net start Oracleas9infEMWebsite
    REM # Have to wait for all of the website process to finish
    sleep.pl -delay=40
    REM # All calls to dcmctl must be in there own CMD environment,
    REM # or they will halt this one when they complete
    echo Starting as9inf dcmctl ohs >> iasStartup.log
    cmd /c %ORACLE_HOME%\dcm\bin\dcmctl start -ct ohs
    sleep.pl -delay=5
    echo Starting as9inf dcmctl OC4J_DAS >> iasStartup.log
    cmd /c %ORACLE_HOME%\dcm\bin\dcmctl start -co OC4J_DAS
    REM # Start the application server
    set ORACLE_HOME=E:\Oracle\ora9ias
    echo Starting ora9ias webcachectl >> iasStartup.log
    %ORACLE_HOME%\bin\webcachectl start >> iasStartup.log
    echo Starting ora9ias dcmctl ohs >> iasStartup.log
    cmd /c %ORACLE_HOME%\dcm\bin\dcmctl start -ct ohs
    sleep.pl -delay=10
    echo Starting ora9ias dcmctl OC4J >> iasStartup.log
    cmd /c %ORACLE_HOME%\dcm\bin\dcmctl start -ct OC4J
    REM # The above command starts all existing OC4J processes.
    REM # You can now stop any that aren't necessary.
    echo Stopping ora9ias dcmctl OC4J_Demos >> iasStartup.log
    cmd /c %ORACLE_HOME%\dcm\bin\dcmctl stop -co OC4J_Demos
    time /t >> iasStartup.log
    echo Finished iasStartup.cmd >> iasStartup.log
    exit
    ******** sleep.pl ********
    #!/usr/local/bin/perl
    ## Author: Mike Bukaty
    ##               Sandia National Laboratories
    ##               [email protected]
    ## Program: sleep.pl
    $| = 1;
    use strict;
    use Getopt::Long;
    Getopt::Long::Configure("no_ignore_case");
    GetOptions(
    "delay=s" => \ my $delay,
    # Set default options
    if( not defined($delay) ) { $delay = 1; }
    sleep $delay;
    exit 1;

    New information:
    When I originally wrote this, the command script worked as advertised. That was yesterday. I've since had to add the following lines just BEFORE the call to start the oidmon.
    echo Starting as9inf oidctl >> iasStartup.log
    %ORACLE_HOME%\bin\oidctl server=oidldapd configset=0 instance=1 start
    Sometimes me thinks that Oracle reconfigures itself at night when I'm not watching.
    Enjoy.

  • NEW 9iAS PORTAL UPGRADE SCRIPTS NOW AVAILABLE

    Based on detailed customer and internal feedback, Oracle9iAS Portal Product Development is now making available NEW and significantly IMPROVED versions of the 9iAS Portal Upgrade Scripts as of 4/20/2001.
    [list]
    [*]Oracle9iAS Portal Upgrade Scripts (2.2/3.0.3.3.3 -> 3.0.6) for Windows NT
    [*]Oracle9iAS Portal Upgrade Scripts (2.2/3.0.3.3.3 -> 3.0.6) for Solaris
    [list]
    The upgrade scripts provided here (at the links above) will allow you to upgrade the following environments:
    a) Your existing WebDB 2.2 installations to Oracle9iAS Portal 3.0.6.
    b) Your existing Oracle Portal Early Adopters Release (3.0.3.3.3) to Oracle9iAS Portal 3.0.6.
    For specific upgrade documentation (also updated!), please consult the links below:
    [list]
    [*]Release notes for Oracle9iAS Portal 3.0.6 Upgrade
    [*]Oracle9iAS Portal Upgrade Guide for NT/2000
    [*]Oracle9iAS Portal Upgrade Guide for Solaris
    [list]
    NOTE: For the final step of the upgrade process, you will also need to download additional upgrade scripts to take you from Oracle9iAS Portal 3.0.6 to the current 3.0.8.9.8 Oracle9iAS Portal release.
    NOTE: Scripts and Doc for the 9iAS Portal 3.0.6 to 3.0.8 Upgrade are expected to be made available later this week (April 24-27)
    The following is a list of bugs and issues addressed with the latest 9iAS Portal 3.0.6 upgrade scripts.
    Upgrade Bugs Fixed for the 2.2 -> 3.0.6 upgrade
    1697813 - NT SCRIPT IS ASKING FOR VALUES 3 AND 4
    1697862 - APPIMP.CSH
    1697863 - UNEXPECTED ERROR ENCOUNTERED ERRORS OCCURED IN APPIMP.CSH
    1697828 - SB: MISSING LINKS FOR THE FOR ITEMS
    1697781 - MIGRATION FAILED
    1714261 : APPLICATION IMPORT SCRIPT FAILS
    1716379 : IMPORT SCRIPT TERMINATES ABNORMALLY
    1712877 : EXPORTING A APPLICATION FAILS
    1715551 : NO ACTION LINKS FOR LOVS WHEN IMPORTED FROM WEBDB SCHEMA !!
    1740211 : AFTER UPGRADE EDITING THE SCHEMA GIVING ERROR
    1697795 - MISSING TEMPLATE AFTER UPGRADE (DOC BUG)
    1697839 - 22-306:DOC: NEEDS TO DOCUMENT
    1697835 - 22-306:DOC: NEEDS TO DOCUMENT
    Additional Bug Fixes
    1703032 - IMPROVE PERFORMANCE FOR THE FOLDER IN EDIT-MODE.
    1703040 - EDIT LINKS APPEAR ON FOLDERS EVEN THOUGH USER DOES NOT HAVE PRIVILEGES.
    1703052 - SUBFOLDERS UNDER THE FOLDERS NOT ALIGNED PROPERLY
    1703063 - PERSPECTIVE PAGE RENDERS SLOWLY
    1703070 - NAVBAR LOGON/LOGOFF LINKS IS HARDCODED TO GO THE CONTENT AREA ROOT FOLDER
    1703072 - NAVBAR LOGON/LOGOFF LINKS DOES NOT WORK FOR PERSONAL FOLDERS.
    1689813 - ITEM LINK IN SEARCH RESULTS SHOULD BE DIRECT ACCESS URL
    null

    Richard,
    You'll need to have 1.0.2.2 to be installed on the middle tier before performing the upgrade for your portal 3.0.9 upgrade repository on the database end. So that means, you'll need to wait for the Linux download of iAS 1.0.2.2 to be available before beginning your upgrade of the portal repository, assuming that your middle tier of iAS is also on a Linux box.
    iAS 1.0.2.2 does indeed include Portal 3.0.9, of which Portal 3.0.9 components will be installed during the upgrade process along with the upgrade of the middle tier. During the upgrade process, the installer (from my personal experience on NT), will notify you that it is performing an upgrade installation of your middle tier, provided that you specified the middle tier's ORACLE_HOME when executing the oracle installer.
    Just be sure to read and follow the 9iAS Migration guide before beginning your upgrade of the middle tier to iAS 1.0.2.2. After upgrading the middle tier to 1.0.2.2, the actual upgrade of the portal repository was extremely simple by comparison.
    The upgrade of the portal repository took a few hours (my recommendation is to invoke it off before leaving for the evening), and it will leave a detailed logfile for you to peruse afterwards, if you choose).
    Best Regards,
    Harry

  • SUSE Linux 8.0 + 9iAS r2 = Success

    Hi PPL, just reporting success and performance inscrease under Suse Linux 8.0:
    I can say that Oracle 9iAS under Linux for me performs at least 25-30% faster than Windows. I've installed IAS and INFRA in only one machine:
    Pentium 4 1.8Ghz
    1 GB RAM
    1 SCSI 15kRPM IB DISK
    Adaptec Ultra 160 controller
    2 GB SWAP
    I use PORTAL, FORMS, REPORTS and WIRELESS... I've installed the BUNDLED INTER-OPERABILITY PATCH Version of 9iAS r2, so i did not had to apply that patch. I've just applied today one CORE patch that was released in September for Linux/Unix versions and yesterday for Windows versions (patch 2542920)
    I've used SUSE 8.0, installed the Korn Shell package (KSH) and followed instruction on this VERY USEFULL whitepaper at htis site : www.stute.net !
    Remember to change SHMMAX parameters for the kernel as explained in www.puschitz.com !
    My last installation was made in 3 hours (SUSE installation included)
    Other tricks was i had to execute: xhost + as root to let oracle set DISPLAY and runInstaller! The linking errors were easily solved as explained in www.stute.net whitepaper.
    I've created a script to startup the INFRA database, but i couldnt start up automatically all services (OC4J's, HTTP, WEBCACHE), so i start them manually in OEM site http://mysite:1810
    I'm not a Linux GURU, but now i feels satisfied with performance and with stability.
    More... in Linux i can compile my FORMS files (FMX) even when they are used by someone user in a forms session.
    And even better is that PATCHS for Linux/Solaris usually are on "street" 1 month before Windows versions.
    Of course, I go crazy everytime i found bugs, but usually they are not plataform related.
    Joao Oliveira
    PS: If anyone needs help, i can give help online yusing ICQ messenger. My number is 23234761

    Hi
    I installed on SUSE Linux 8.0 the 9iAS R2, only the option A - J2EE and WebChache. Now I have following problems.
    1. Some configuration tools (OC4J, OPMN, DCM)were not initialized in the end of the installation. I read other postings with the same problems, but i never read a solution of these problems.
    2. After installation, i want to start the http server manually (dctml start -ct ohs) , but it doesn't work. I got the error message ADMN 100999, i dont know why !
    If i want to start the http-server with enterprise manager (EM worked partically) I got an EMException.
    I have no idea to resolve the problems, perhaps you
    Thank You

  • Mod_oc4j in 9iAS Release 2.0, Does anybody know when will it be released??

    hi, does anybody know
    1) When will 9iAS Release 2 be out for production which has mod_oc4j.
    2) Configuring Apache in the current release of 9iAS 1.0.2.2.x with OC4J for performance issues, instead of using OC4J as a standalone server.
    thank you,

    I have had the same problem getting any dates from Oracle as well but after talking to Oracle and bugging them about it here is the response I received:
    Sun Solaris before May 31
    MS Windows - Solaris date + 8 weeks
    Red Hat 7.1 - Solaris date + 1 week
    SuSe SLES7 - Solaris date + 1 day
    True64 - Solaris date + 4 weeks
    I don't know how reliable these dates are but I thought I would pass on what I have been told, since some information is better than none.

  • How to run a pure java application client with ear deployed on 9ias

    Hello all,
    We want to run a pure java application client which is packed with target bean in the same ear file. In the application-client.xml we refer to some EJBs.
    We deployed the ear file which contains ejb jar module and application client module to oracle 9ias 904 through enterprise manager on unix. The jndi.properties we used looks like this
    java.naming.factory.initial=com.evermind.server.rmi.ApplciationClientInitialContextFactory
    java.naming.provider.url=opmn:ormi://opmn_host:opmn_port:oc4j_instance_name/application_name
    java.naming.security.principal=test
    java.naming.security.credentials=test
    Is there anybody knows how to run such an application client? Do we need to provide such a jndi.properties or not at all?
    Thanks,
    9ias user

    Refer OpenEJB User - Oracle ADF Essential and TomEE+
    Also refer Bug in tomee 1.5.2. Fixed in 1.6.
    https://issues.apache.org/jira/browse/TOMEE-756

  • 9iAS rel 2 SLOW and report times out when running !! HELP !

    Hello,
    I have 9iAS installed on Win 2K machine SP 2.
    I have done the BI install with the infrastructure in a separate home.
    I have 524K RAM.
    EM is VERY SLOW (as per usual).
    I have rebooted the server a few times - still slow.
    When I try to run a report it times out just bringing up the parameter page !
    If I try to kill the report I run into BUG 2544383 which is a fat lot of use ....
    This 9iAS is absolute garbage - how can Oracle tell us to migrate our existing developer forms & reports to web-deployment from client server if this sort of performance is going on ? This is still in development - if this was a production machine this would be TOTALLY UNACCEPTABLE !!!!!
    Does anyone from Oracle actually respond to these threads or are they too busy writing bugs for the next release of 9iAS ?
    Seriously though, if anyone has some workarounds for these issues then please let me know.
    Thanks

    We got aound the ADMN error by manually starting the components that were down in Infrastructure first then the ones in the BI instance all thru EM.
    FYI Oracle said this to me about recommended h/w :
    The Installation Guide for iAS sets the minimum requirements for installing iAS as:
    Infrastructure 512Mb RAM
    Mid Tier install with 4 or more components 512 Mb RAM
    Please remember that these are minimums only and are not the recommendations for anything larger than a small workgroup installation. The main points to remember are to install the OS on a seperate physical disk from the Applications and to have as much RAM as you can beyond the minumums. But even this approach has its limitations and so you may then have to consider different approachs to maximising scalablility. It is also not recommended to have the Infrastructure and Mid-tier installed on the same machine for larger systems as you are more likely to encounter resource limitations due to the different installations serving different purposes.
    So we are going to go with your minimum 2 Gig with 7 gig swap file I think.
    I think we may go for a 3-server setup.
    one with Infrastructure and Portal on it.
    The other 2 with BI installs on them with them probably running in some sort of cluster (either hardware or software cluster). All with 2 gig RAM.
    I still don't know why somtimes my reports hang - I think it may possibly be BUG 2544383 which to me is a major issue as a lot of our reports are PDF as users print them out. But essentially it screws up the AS and invariably I have to either restart the WHOLE instance or reboot the server ! NOT very good for when I want to go Live with this !

  • Urgent: Reports Output File location on 9iAS -Repost:

    Hi,
    Reference my earlier posts last one appended below:
    1- Jun 12, 2006 6:39 AM
    2- Jun 13, 2006 10:08 PM
    Please help me my manager is now getting upset. Or at least point me to the list of documents that I should study to sort this problem out.
    Thanks
    ---------------------------------------------------------------------------------------------------<Hi,
    I need your help in producing report output to OS file and dowloading it on to client's machine. This is 9iAS and Reports 6i patch 15 on Windows 2000 server.
    Output as PDF is stored in ...\Server\Cache, but output as Delimited or DelimitedData is un-traceable on server.
    I have created a folder with changed rights to "Everyone" and directing output to the folder. The report server displays a message that report output has been created succefully, but the folder remains empty.
    Please help!
    TIA!

    Hi,
    did you chaeck with customer support (metalink.oracle.com) in case you are hitting a bug ?
    Frank

  • 9iAS : WHY THE HELL I NEED A CDROM ?

    Anyone wanna to laugh ?
    I've here one computer that it does not have a CD-ROM! I unzip 9iAS disks installation to the HARDDRIVE, and i try to install just clicking on ISETUP from the the 1st disk!
    I get an error "NO CD-ROM available"! WHY THE HELL i need a cd-rom i thought! And the installer shut off and don't give me a chance to install! Of course i went to other directories and found a SETUP.EXE and try it... but... BUGS, BIGS, BUGS... Some services wont start, sometime RUNTIME errors... etc!
    So, i thought... ORACLE for sure made an alliance with CREATIVE CD-ROM'S department and in every program they made a routine to check if a CD-ROM is present... and i install a CD-ROM on the computer and try it again...
    EUREKA... Setup launch from disk... but the CD-ROM presence WAS VERY IMPORTANT!!!!!
    THIS IS FOR ORACLE GUYS... Why the HELL i need a CD-ROM if i install 9iAS from HARD DISK ????
    Someone should be lay off!!!!!
    null

    Hi Joao,
    One possible solution is to use the silent install methods outlined in Chapter 6 of the install guide. The iSetup.EXE launcher is specifically designed for use from the CD's, since that is the most common method of distribution. However, you can also run the installation silently or semi-silently, depending on how much information you provide in the response file. The response files are organized on the first CD under the \silent\<install_type> directories.
    If you are installing the Enterprise Edition, please pay special attention to the silent install chapter, as there are several steps involved in handling the 8.0.6 RSF-based components to ensure that they are installed properly.
    Hope this helps.
    Best Regards,
    Larry

Maybe you are looking for