Oc4j version upgradation ...

Hi Friends,
Presently our web application is running under j2sdk1.4.2_17 and oc4j_9_0_4_20040317. I want to upgrade my java version atlest to java1.5. But presently our application is using jndi.jar and classes12dms.jar along with other. But these two libraries are not present in new versions of oc4j. Did they replace these with any other libraries? or renamed to any other name?
Any suggestions will be appreciated.
I installed oc4j_extended_101330 version, that is supporting java1.5 but jndi.jar and classes12dms.jar are not present. I need a oc4j version with jndi.jar and classes12dms.jar and that should support java1.5 or above.
Thanks,
Ashok

Thomas,
You are right the Oc4J version embebbed with Jdev9i is a little older version than the Oc4J Developers preview. When JDev9i goes production it will include the production version of Oc4J 9.0.2.x.
hope this helps
-Debu Panda
Oracle

Similar Messages

  • OC4J (version 9.0.3.0.0) interface with Domino server5.0

    I have written a small application to interface with Domino server5.0 using IIOP. When I run the client application on HP UX 11.11 using HP-UX JDK 1.3.1.08 , it works fine. When I deploy the client code within a OC4J container (version 9.0.3.0.0) the same code gives me the following error:
    org.omg.CORBA.INV_OBJREF: minor code: 1398079490 completed: No
    I am able to run this application with the client deployed in OC4J version 9.0.3.0.0 using Sun JDK version 1.3.1_02 on a Win NT 4.0 system.
    Any idea what's going wrong???
    Thanks in advance . . .

    i believe if you upgrade to 10.4.11 (use the combo updater http://support.apple.com/downloads/MacOS_X_10_4_11_Combo_Update__Intel), you will be able to install the current Safari and use the new version of iTunes.

  • JDBC Problem with Oracle 8.1.7. and OC4J  Version 2

    I use the following connection statement with Oracle 8.1.7. and JDeveloper 3 and Apache Server. It works fine.
    String user = "scott/tiger";
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    Connection conn = DriverManager.getConnection("jdbc:oracle:oci8:"+user+"@RDL");
    The same program does not obtain the connection with JDeveloper 9i, OC4J Version 2 and Oracle 8.1.7. I do not receive any error message, no exception is thrown.
    Please help me.

    Hi Avi,
    I had already tried the thin Diriver but after yout help I try again.
    With this thin driver, I received a SQLException which helps me.
    As usual, there were a lot of different problems. The main one was that my default configuration do not use the jdbc/lib817 main jdbc/lib. There is a classe12.jar in these libs that are apparently different.
    Finally, I obtain the connection with the "thin" driver.
    Thank you very much Avi!
    Reni

  • Error while deploy application in OC4J version 10.1.3.2

    I have the OC4J version 10.1.3.2, I trying deploy the java application, but I have some problem. Somebody help-me? please, help into [email protected]. Thank you!
    The messange from error in console:
    [java] 06/07/2007 16:32:35 oracle.j2ee.rmi.RMIMessages EXCEPTION_ORIGINATES
    FROMTHE_REMOTE_SERVER
    [java] WARNING: Exceção retornada pelo servidor remoto: {0}
    [java] java.rmi.RemoteException: bindWebApp() failed!; nested exception is:
    [java] oracle.oc4j.admin.internal.DeployerException: Unknown site: http-web
    -site
    [java] Active sites are:
    [java] file:/C:/oc4j101320/j2ee/home/config/default-web-site.xml
    [java] at com.evermind.server.administration.DefaultApplicationServerAdmini
    strator.bindWebApp(DefaultApplicationServerAdministrator.java:420)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorI
    mpl.java:39)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodA
    ccessorImpl.java:25)
    [java] at java.lang.reflect.Method.invoke(Method.java:324)
    [java] at com.evermind.server.rmi.RmiMethodCall.run(RmiMethodCall.java:53)
    [java] at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(R
    eleasableResourcePooledExecutor.java:303)
    [java] at java.lang.Thread.run(Thread.java:534)
    [java] Caused by: oracle.oc4j.admin.internal.DeployerException: Unknown sit
    e: http-web-site
    [java] Active sites are:
    [java] file:/C:/oc4j101320/j2ee/home/config/default-web-site.xml
    [java] at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApp
    licationBinder.java:191)
    [java] at com.evermind.server.administration.DefaultApplicationServerAdmini
    strator.bindWebApp(DefaultApplicationServerAdministrator.java:418)
    [java] ... 7 more
    [java] Error: bindWebApp() failed!; nested exception is:
    [java] oracle.oc4j.admin.internal.DeployerException: Unknown site: http-web
    -site
    [java] Active sites are:
    [java] file:/C:/oc4j101320/j2ee/home/config/default-web-site.xml
    [java] Java Result: 17

    user583805,
    As it tells you in the error message:
    File "http-web-site.xml" is replaced by file "default-web-site.xml" in OC4J 10.1.3.x
    Good Luck,
    Avi.

  • OC4J Version Confusion - 2.0.0.0 or 9.0.2.0.0 ?????

    On my desktop PC I have JDevelop9i RC, which reports its OC4J version as Oracle9iAS (2.0.0.0) Containers for J2EE.
    On my server PC I have the developer's preview of OC4J Version 2 as downloaded from the Oracle site, which reports its version as
    Oracle9iAS (9.0.2.0.0) Containers for J2EE.
    I have been experimenting with deploying session beans as Web Services. I can register such a bean with my local SOAP server and access it, but JDev will not allow me to register with the remote SOAP server. It just doesn't give me the option in the dropdown menu, even though the SOAP connection is created and tested in JDev.
    Another problem is that I have been experimenting with accessing my EJBs using HTTP tunneling. Again, I can get this to work against my local OC4J, but when I run it against the remote one it reports that it can't find the EJB's home interface. The EJB works perfectly well without the HTTP tunneling.
    I'm very confused. I would expect the version of OC4J on the remote machine to be the latest version but the JDev one seems better ... which should I be using?

    The release 2 of Oracle9iAS is versioned as 9.0.2 so OC4J is versioned as 9.0.2. OC4J developers preview 9.0.2 is a little newer version than the embedded version in JDev (2.0.0). We will shortly come with a new and updated version of OC4J Developers preview.
    For JDeveloper 9i problems please post your questions in JDeveloper 9i forum and you will get better and faster response. Following is the link for JDev 9i forum http://forums.oracle.com/forums/forum.jsp?id=513211 .
    hope this helps
    regards
    Debu panda
    Oracle

  • How to determine the oc4j version?

    Dear All,
    I would like to clarify which version of the OC4J server ( actually which version of the j2ee & servlet API) we have available. Where can I quickly see this info?
    The best thing I have found is http://oursecurehost/7780/relnotes.htm I see we have "Oracle9i Application Server Release Notes" ... but I believe this to be incorrect....
    Many thanks in advance
    regards
    Ben Bookey

    Check MetaLink Note:230611.1
    How to display the OC4J version details through a JSP
    Regards
    Dimitre

  • Oracle Report Failing After Database Version Upgrade

    Hi,
    I have function code created in RDF file of oracle reports 10g as below-
    create or replace function clobblobtest (TMP_MID varchar2) return varchar is
    missed_text varchar2(1000) := '';
    v_time_stamp date;
    v_end_time date;
    cursor c1(c_time_stamp in date,
              c_mid in varchar2) is
           select mn.TEXT from msgnotes mn
      where mn.mid=c_mid
          and mn.create_date >= c_time_stamp;
    cursor c2(c_time_stamp in date,
              c_mid in varchar2,
              c_end_time in date) is
           select mn.TEXT from msgnotes mn
      where mn.mid=c_mid
          and mn.create_date >= c_time_stamp
          and mn.create_date <= c_end_time;
    begin
      IF ('1' = 'INWARD RETURN') then
        select bbi into missed_text from mtf1000 where mid=TMP_mid;
        ELSIF '1'='QPH Missed' then
      Select max(nj.update_date) into v_time_stamp
      from newjournal nj
      where nj.mid=TMP_mid and nj.status = 'CTOVRQ';
      for i in c1(v_time_stamp,TMP_mid) loop
      missed_text:=missed_text||' '||i.text;
      END Loop;
      ELSIF ('Rejected'='Rejected' OR 'REJECTED'='REJECTED') then
      IF ('TERMINATED' in ('TERMINATED')) THEN
      Select min(nj.update_date),max(nj.ENDDATE) into v_time_stamp,v_end_time
      from newjournal nj
      where nj.mid=TMP_mid and nj.actionid2='16' and nj.actionid1 is null;
      for i in c2(v_time_stamp,TMP_mid,v_end_time) loop
      missed_text:=missed_text||' '||i.text;
      END Loop;
      ELSE
      Select max(nj.update_date) into v_time_stamp
      from newjournal nj
      where nj.mid=TMP_mid and nj.status = 'UNSETLED';
      for i in c1(v_time_stamp,TMP_mid) loop
      missed_text:=missed_text||' '||i.text;
      END Loop;
      END IF;
      ELSE missed_text := null;
      END IF;
    return(missed_text);
    End;
    Note:- Text column from table msgnotes is of datatype CLOB.
    I have executed report having this function before oracle upgrade and it works fine.
    But when i am trying to execute report after oracle version upgrade from 11.2.0.3.0 to 11.2.0.4.0 with same data report fails with runtime error Rep-1401: '' Fatal PL/SQL Error.
    With New version we tried to typecast Text column from clob to varchar and executed report then it works... but report runs on old version without any explicit typecasting.
    Please note when i run and call this funtion from sql developer with upgraded database version it works fine.
    Please advise.

    This error can possibly depend on the fact that the PL/SQL engines are in different versions. When using SQL Developer you use the PL/SQL engine in the database. When using Oracle Reports you use the PL/SQL engine in the Oracle Reports Server (Web Logic Server even maybe). These versions - in the Forms and Reports realm - are different (read: a lower version) than the PL/SQL engine in the database.
    If I check what version I have in Oracle Forms, as an example, I get 11.1.0.7.0 (Help in the Oracle Forms Builder menu) but in the database I have (select * from product_component_version;) 11.2.0.3.0.
    That COULD be your issue...how to fix it I am not sure...

  • Oc4j version bundled with JDeveloper 9i rc

    Hello,
    is the oc4j version that is bundled with the just released
    JDeveloper 9irc the final one?
    "Oracle9iAS (2.0.0.0) Containers for J2EE"
    it looks a little different from the "technology preview" which can be downloaded seperatly from the otn site.
    greetings from munich, thomas.

    Thomas,
    You are right the Oc4J version embebbed with Jdev9i is a little older version than the Oc4J Developers preview. When JDev9i goes production it will include the production version of Oc4J 9.0.2.x.
    hope this helps
    -Debu Panda
    Oracle

  • JDeveloper version numbers and OC4J version numbers

    Hi all,
    I know that the version numbers of the Oracle application server and the OC4J plugin are the same the default, but how is that with JDeveloper compared to the OC4J version of the embedded JDeveloper application server.
    Is it the same always and if not where can I find a mapping table. E.g. is for JDeveloper version 10.1.3 also the OC4J container version 10.1.3 etc.
    regards,
    Ronald

    Ronald,
    yes, Oracle JDeveloper versions are in synch with OC4J and 10.1.3 JDeveloper uses OC4J 10.1.3.
    Frank

  • My First Major Version Upgrade on Mac

    Hello, this is going to be my first experience with a major version upgrade on a Mac. My question is simple, will Software Update see it (it doesn't show version 8 yet) or am I to download it manually seeing as it's already available for manual install.
    Thanks.

    Thank you for your quick reply. I will sit here and wait then.

  • Version & Upgrade Development Issues

    Hello,
    We are currently developing forms and reports using
    Developer/2000 ver 1.3. It's more than a little out-dated so we
    are discussing the procedures for an upgrade. We are currently
    facing the version/upgrade dilemma.
    The company uses Oracle Applications ver 10.7 smartclient on a
    Oracle 7.3 server.
    Should we upgrade to Developer/2000 1.6 or 2.0?
    Or should we upgrade directly to Oracle Developer 6.0?
    Also does anyone know if an application(forms, reports) designed
    in Developer/2000 1.6, 2.0 or Oracle Developer 6.0 will work
    properly in Oracle Applications ver 10.7 smartclient?
    Has anyone tried this yet?
    How successfull was your applicaiton working?
    Sorry about all the version numbers.
    Thank You for any assistance,
    Dwayne Thomas
    null

    Simon Hedges (guest) wrote:
    : I can't answer much of your question, but I would advise
    : not going to Version 2.0 of Developer. If you want to go
    : to version 2.x, go to Version 2.1, which contains
    : bugfixes for 2.0.
    : We currently use version 1.32, and will be upgrading to
    : Version 6.0, but have no issues relating to Oracle
    : Applications to worry about.
    : We believe that upgrading to 1.6 is pointless, and
    : remaining on 1.32 will leave us in an Oracle support
    : desert very shortly. We will be upgrading to 6.0
    : instead of 2.1 in the main because we are told that
    : there is hardly any difference between the two, and
    : so there is less to go wrong!
    Thank you very much for information on Developer, I know it gets
    kind of crazy dealing with upgrading and version compatibility
    issues, so that's why I posted the message.
    Your response is very much appreciated.
    Dwayne
    null

  • Major version upgrade of WebLogic with zero/minimal downtime

    From what I can tell, the recommended approach for supporting minimal downtime during major version upgrades (e.g. WL 9 -> WL 10) is to have 2 domains available in the production environment.
    Leave one running to support existing users, upgrade the other domain, then swap to perform the upgrade on the first domain.
    We are planning on starting out with WL 9.1, but moving forward we require very high availability...(99.99%).
    Is this my only option?
    According to BEA marketing literature, service pack upgrades can be applied with "zero" downtime...but if this isn't reality, I'd like to hear more...
    Thanks...
    Chuck

    Have gotten as far as upgrading all of the software, deleting /var/db/.AppleSetupDone, and rebooting.  It brought me back in to Setup Assistant and let me choose "migrate from another mac os x server" and is now sitting waiting for me to take the old server down and boot it into target disk mode.  Which we can probably do Sunday at about 2am or so...
    You know, Setup Assistant should really let you run Software Update BEFORE migrating from another machine.  We have servers that can't be down for SoftwareUpdates in the middle of the day...

  • Is Intraoperative patch need for DB version Upgrade in 11i ?

    Dear All,
    I need to apply ATG RUP7 in 11i instance, but the database should be greater than 9.2.0.8 version otherwise it is not possible,, Am i correct .
    Ok now am Upgrading the DB version to 9.2.0.8 then planning to apply ATG RUP7 , then how the Application will work because the application was running in ebiz release version now upgraded 9.2.0.8. Is there any Intero Patch for application.
    Regards
    HAMEED

    Dear hussien,
    Thank u very much,, i have restarted the installation but again failed with some other reason,, now i am not in hurry,, i restored the old backup and released the instance.
    Can u explain me,, i failed in the last part of this version upgrade. that is while running "catpatch.sql", yes its known issue but still i failed several times to run successfully.
    i am getting error like this below:
    The following statement may cause an
    ORA - 29554: unhanded Java out of memory condition error
    If so, this is because there is insufficient system tablespace,
    shared or java pool size, or some other resource value is too small.
    An additional message describing the problem will be output of the statement.
    PL /SQL procedure successfully completed.first of all i have resized the system tablespace, then i changed the shared_pool_size 150m, previously it was 260M by default, and changed java_pool_size 150M previously it was 64M. then started the database with migrate option and i ran the catpatch.sql.
    Obviously it must complete successfully,, but it failed,
    note: its EBS database
    Regards
    HAMEED

  • How much is teacher/student version upgrade from LR4?

    How much is teacher/student version upgrade from LR4?

    The "teacher/student version" is a special offer for a full version purchase. The software is in fact identical to the regular full version being sold. Once you have purchased the license key it is fully functional and allows you to upgrade at the normal upgrade price.
    If you still qualify for the "teacher/student version" you can purchase another full license for LR 5 at the discounted price which is the same as the upgrade price.

  • Adobe Reader version upgrades

    Is it possible to be notified of upcoming Adobe Reader version upgrades?  If so, how?

    Adobe has not announced the day the sofware will become available. I do not know of a place you can sign up to receive a notification. It is not a terrible idea to wait after it is available to make sure no issues arise. If you come back on Holloween, you can be sure it will be available for download.

Maybe you are looking for

  • Hardware specs for a 9iAS application

    Hi, Where can we get some documents regarding the hardware details needed for the 9iAS. Suppose the scenario is like this:- we have our 9iAS on an NT server, a maximum concurrent usage of the the deployed forms is predicted to be between 250 and 300,

  • "Image Capture" does no longer work in SnowLeopard

    My SONY DSC-F828 connects perfectly under 10.5 but it is not recognized under 10.6. The Canon G10 is connecting, but it takes a VERY long time. What happened? MacBook 17", 10.6.7

  • Wish list in next version: Curves. It's Missing.

    Hello, I purchased Aperture and like many attributes of the software. Great job! I would like to see Curves in the next version. I know I can go to adjust in Curves in Photoshop, but that will covert the RAW image into a .tif or .psd which takes up m

  • How to Establish communication between two R/3 systems.

    Hi experts, I have a requirement in which I have a group of programs on a R/3 system A.Now, I need to execute those programs on another R/3 system B. For example, I have developed a program which performs syntax check on all the existing programs in

  • Final Delivery indicator in PO

    Hello, I am not getting " final delivery indicator " icon in purchase order. we are using ECC6. Thanks in advance, Vikas R.