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.

Similar Messages

  • Interfacing with Domino

    Hi all,
    I have a Java 2D source code to rotate image from a particular path. I want a code which will take all images from a particular document in notes and rotate them one by one & update them .
    My source code for rotation is ...
    import javax.swing.*;
    import java.awt.*;
    import java.awt.geom.*;
    import java.net.*;
    import java.io.*;
    import java.io.File;
    public class ImageTransformTest extends JPanel
         protected Image img;
         public ImageTransformTest() throws IOException
         img=Toolkit.getDefaultToolkit().getImage("filepath");
         MediaTracker mt=new MediaTracker(new JLabel());
         mt.addImage(img, 1);
         public void paintComponent(Graphics gr)
              int imgWidth=img.getWidth(null);
              int imgHeight=img.getHeight(null);
              AffineTransform rotate=AffineTransform.getRotateInstance(Math.PI/4, imgHeight/2d, imgWidth/2d);
              Graphics2D g2d=(Graphics2D) gr;
              g2d.transform(rotate);
              g2d.drawImage(img,250,-100, this);
    public static void main(String[] args) throws IOException
              ImageTransformTest itt=new ImageTransformTest();
              JFrame frm=new JFrame("Rotated Image");
              frm.setContentPane(itt);
              frm.setBounds(0, 0,800, 600);
              frm.setVisible(true);
    Thanks in Advance
    Umar

    I also doing some programming on the Domino server,
    can u look at my previous two posts and give me some
    ideasWhere are those two posts?

  • 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

  • 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.

  • 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

  • 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

  • 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

  • How to get oc4j version from Java program

    i have the following in my Java Program
    Runtime r = Runtime.getRuntime();
    Process p = r.exec("java -jar oc4j.jar –version");
    and then i try to read the InputStream from the Process p.
    but this line is not executing, it returns the following error.
    Unknown switch: ?version, type java -jar oc4j.jar -? for help
    if i change it to ----------
    Runtime r = Runtime.getRuntime();
    Process p = r.exec("java -jar $ORACLE_HOME/j2ee/home/oc4j.jar –version");
    then i get another error :
    Exception in thread "main" java.util.zip.ZipException: No such file or directory
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:112)
    at java.util.jar.JarFile.<init>(JarFile.java:127)
    at java.util.jar.JarFile.<init>(JarFile.java:65)
    but if i cd to /oracle/j2ee/home and then run the command java -jar oc4j.jar –version, then it gives me the right output with the right version, but for some reason the samething from inside the java program is giving me errors,
    please help. i just need to read the oc4j version running on the server and display it in JSP.

    Process p = r.exec("java -jar oc4j.jar –version");The character before "version" should be a hyphen; yours is not.
    Process p = r.exec("java -jar $ORACLE_HOME/j2ee/home/oc4j.jar –version");
    then i get another error : Exception in thread "main"
    java.util.zip.ZipException: No such file or directory
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:112)
    at java.util.jar.JarFile.<init>(JarFile.java:127)
    at java.util.jar.JarFile.<init>(JarFile.java:65)One more problem here: $ORACLE_HOME will be not be interpreted in the runtime.exec even if it is defined as an environment variable. So you get an error that tells you oc4j.jar is not found.
    Hope this helps you.

  • Can I use my MBox interface with the latest version of Logic Pro X?

    Can I use my Mbox interface with the latest version of Logic ProX?

    If your Mbox has a Core Audio driver compatible with your version of OSX, then most likely, yes.
    J.

  • BPEL and OC4J version 11g

    Does anybody know if Oracle BPEL process manager is available for OC4J Version 11g. If it is not the case, does anybody know if a new version will be available for OC4J V11 and when ? Where can I find the road map ?
    Thanks for your answer. Yvan

    I do not known anything about release dates on SOA 11g.
    Currently Oracle support the AS servers:
    - Oracle AS
    - WebSphere
    - JBoss
    - BEA Weblogic
    http://download.oracle.com/docs/cd/E10291_01/doc.1013/e10538/toc.htm
    Regards,
    Marc
    http://orasoa.blogspot.com

  • Creating local interfaces with JDeveloper (release 2)

    Hi
    Maybe I'm missing something here, but how does one create a local- and a local-home interface with JDeveloper? It only seems to give me the option to create a remote- and a home interface.
    I've tried creating the local interfaces by hand and then adding them as <ejb-local-ref> references in the ejb-jar.xml deployment descriptor, but I get the message "local/local-home tag not supported in this version" when trying to test the code with the Embedded OC4J Server.
    Now, I've managed to create EJB 2.0-style CMP entity beans by modifying the code and deployment descriptors a little, which made me believe that EJB 2.0 is supported, but that seems to be where it stops.
    Am I doing something wrong, or is EJB 2.0 not fully implemented in the Embedded OC4J Server yet?
    Hope you can help
    Christof

    JDeveloper 9.0.2 doesn't have support for local interfaces or any EJB 2.0 features.
    Next release of JDeveloper (9.0.3) will have complete support of J2EE 1.3 features including EJB 2.0.
    This release is slated for this summer (2002)
    raghu
    JDev Team

  • HT4623 My iphone will no longer sync with my Mac with Lion operating system which does not interface with the cloud. How do I sync by plugging in?

    I have always been able to sync by plugging into my computer Mac OS 10.6.8 which does not interface with icloud. Now my iphone only wants to sync calander and contacts via icloud and will not sync when plugged in. Does any one else have this issue and or ideas?

    Do you have the latest version of iTunes?  If not, get it at:
    http://www.apple.com/itunes

  • Scanning interface with epaon printer

    I have a WF-7520 & WF-4530 & WF-3640 All-in-One Printers. I had been using the WF-4530 for scanning using Adobe Acrobat X, version 10.1.12. The combination of Adobe and WF-4530 worked perfectly for several years. Then the WF-4530 started profusely leaking yellow ink (a product defect) and I replaced it with the WF-3640. The WF-3640 and the WF-4530 does not interface with adobe like the WF-4530 did. A lot of the interface is greyed out and I get the message "WIA Scanner Driver might face problems using 'Hide Scanner's Native Interface' mode. Switching to 'Show Scanner's Native Interface' mode.
    I have searched through the manual, when on line and to youtube and can't find information on how to fix the interface problem. Can you help me?

    How could anyone "Be Well" with  your response/solution? Acrobat does not scan? Well that's obvious. But something is really screwed up  here and I also have this same stupid problem. And for  well over a decade I've used various versions of Acrobat  on numerous scanners and printers, and there are basic requirements set for communicating scanning and printing for both Acrobat and scanners and printers. Are you telling  this person that Adobe software has no responsibility to recognize scanner or printer interfaces  either with a USB or wireless? This whole interface issue should be a no-brainer and apparently Adobe is the problem!
    Ed Horgan (see my problem)

Maybe you are looking for

  • Macbook pro can't find preferred wireless network

    My father signed onto my wireless network using his own laptop (PC) with my passkey.  Then after he had been on I tried to connect to the internet with my macbook (and iPhone) and my network was gone.  If I look at the list of available networks it l

  • Problem in FIleUpload using myfaces-Tomhawk

    Hi, I am facing problem in implementing FileUpload.I am using Tomhawk and did everything as mentioned in the docs.I am getting the following error: java.lang.NoClassDefFoundError: javax/servlet/jsp/el/ELException      at org.apache.myfaces.shared_tom

  • DEQUEUE_E_TABLE  is not working

    Hi All, We have a locked a Ztable by using the FM  "ENQUEUE_E_TABLE"  and the in SM12 we can see that the table is locked. We are unlocking the ztable by uing the FM  "DEQUEUE_E_TABLE" but  when we check in SM12 the loked  entery is not unlocked  .ca

  • N80-Won't allow me to update firmware-HELP

    Hi I'm having problems with my phone, specifically with my camera which no longer works, I can only use the secondary camera which is awful. I was advised by board members to update my firmware however I get the dreaded 'minimum requirement 256mb' me

  • How to selling price is derive in Sale order

    Hi , I have an selling price rounding issue.  Price list of an item is 5.25 and the discout is 2.125 generaly selling price should be 3.075. But it showing 3.07... is there any setup in oracle to round the selling price in oracle?