Open applet in Linux

I want to use my EBS running on linux. The html forms like "Suppliers", "Customers" e.t.c are running normal but applets like "Invoice form", "Security:User" form are not bein open on linux. Please help me workround for that.
Thanks!

Hi,
Linux is not certified as a client tier.
EBS Client running on Linux
Re: EBS Client running on Linux
R12 : linux client
Re: R12 : linux client
Linux Clients for the E-Business Suite
http://blogs.oracle.com/schan/2007/07/25#a1817
Recommended Browsers for Oracle Applications 11i (Note 285218.1)
Thanks,
Hussein

Similar Messages

  • "java.io.IOException: Too many open files"  in LinuX

    Hi Developers,
    * I am continiously running and processing more than 2000 XML files by using SAX and DOM.....
    * My process is as follows,
    - Converting the XML file as Document object by DOM....
    - And that DOM will be used while creating log file report, that log file will be created after executing all XML files..
    * After processing approx 1000 files, it throws *"java.io.IOException: Too many open files" in LinuX system* ....
    * I have googled more and more in all sites including sun forum also, but they are telling only to increase the system config by ULIMIT in linux....If i increase that its executing well without exception........
    * My question is, Is it possible to do it by JAVA code itself or any other VM arguments like -Xms512m and -Xmx512m.....
    * Please let me know , if you have any idea.....
    Thanks And Regards,
    JavaImran

    Doh! I forgot to post my little code sample...
    package forums.crap;
    import java.io.*;
    import java.util.*;
    public class TooManyFileHandles
      private static final int HOW_MANY = 8*1024;
      public static void main(String[] args) {
        List<PrintWriter> writers = new ArrayList<PrintWriter>(HOW_MANY);
        try {
          try {
            for (int i=1; i<=HOW_MANY; i++ ) {
              writers.add(new PrintWriter("file"+i+".txt"));
          } finally {
            for (PrintWriter w : writers) {
              if(w!=null)w.close();
        } catch (Exception e) {
          e.printStackTrace();
    }... and the problem still isn't OOME ;-)
    Cheers. Keith.

  • Applet in linux

    Hi,
    i want to run applet in linux. here appletviewer command is not working in terminal(comman promt). so i tried using html file, but here aksing plugin download.
    can any one help me how to run applet in linux)

    i want to run applet in linux. here appletviewer command is not working in
    terminal(comman promt). Why not? What I mean is: what command do you type and what happens when you
    type that.
    so i tried using html file, but here aksing plugin download.You will need the java plugin for whatever web browser you are using. Go to its web
    site and get the plugin and the instructions about installing it.

  • Signed applet on linux

    Hi,
    Just recently switched to linux OS -RedHat 8.0 and now having problem on how to create a signed applet on linux box, have no problem doing this on MS windows platform. Could you provide some hints or GOOD links on how to do all this on linux?
    Thanks,
    Rem

    same as what U use for windows.............
    details at
    http://forums.java.sun.com/thread.jsp?forum=63&thread=132769

  • Run and Deploy JavaFX applets on Linux Fedora

    Hi all,
    This is a step by step, how to run and deploy JavaFX applets on Linux/Fedora
    http://java-javafx-iipt.blogspot.com/2009/04/run-and-deploy-javafx-applets-on-linux.html
    Hope you find it useful.
    Kaesar ALNIJRES

    Something like this should workjava -cp /path-to-external-jar:SMSClient.jar TheMainClassWhen you use the -jar option, the -cp option is ignored. If you want to use -jar, you can add a Class-Path entry into theSMSClient jar's manifest with the relative path to the external jar.

  • Mozilla 1.4.2 and Java Applets on Linux

    Hello,
    Does anyone have clue as to why the newest version of java does not work on Mozilla -1.4.2 on linux.
    I went to java.com and downloaded the jre. Followed all the setup instructions TWICE. Still no java. I look in the help/plugins and see the flash plugins are working great but no java. It's enabled in the advanced preferences and I have the .so file in the plugins directory. Anybody have a clue???
    Thanks for any help in advance,
    -Wiley

    [root@localhost mozilla]# ./mozilla
    You're using the 'root' account to do normal work?????-------------------------------------------
    Yes I did do that when I su root to create a symbolic link. Maybe I strayed and installed something as root. That should not have corrupted my system.
    /usr/local/mozilla/plugins/java2/plugin/i386/ns600/libjavaplugin_oji.soThis was something I tried as last ditch efforts. THIS is the link that is created when in version 1.7 of mozilla you go to a page that has an applet. It gives you a download window that askes if you want to download the plugin. I'm using the LATEST version of java and this link does not exist obviously.
    Now I've given up on the "pop-up/ install applet plugin becuase it does not work." THIS IS THE LINK CREATED BY THE "INSTALL PLUGIN WINDOW in version mozilla 1.7 when you hit an applet page".... which I have removed it all becuase its worthless too.
    /usr/local/mozilla/plugins/java2/plugin/i386/ns600/libjavaplugin_oji.so
    Also - The directions given on LINUX INSTALL INSTRUCTIONS on the http://www.java.com download page are worthless.
    I've gone in as a normal user not root and nothing works.
    this is where my link is....
    /usr/local/mozilla/plugins/libjavaplugin_oji.so
    this is where it points to....
    <java-home>/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so
    this is how it was created in the mozilla plugins directory
    ln -s <java-home>/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so /usr/local/mozilla/plugins/libjavaplugin_oji.so
    If you look at the installation instructions again, I have followed them to a T.
    these are the errors associated with the worthless"Download Plugin option" which has been removed and I'm back to creating the symlink manually again which does not work.
    libXext.so: cannot open shared object file: No such file or directory
    libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory
    This sounds like you may be missing some important software libraries or that they are too old. Which >distro are you using?
    If you have only recently installed them you may need to run "ldconfig" so that the runtimelinker can find >them. It should NOT be this big of a headache when I recently installed redhat enterprise 3 workstation - then I updated the system with the "updates" option for redhat that downloads all recent and available updates.
    installed the jre - then I tried to see an applet in mozilla. Thats it.
    IT DOES NOT WORK. If it works for someone out there with the latest JRE and mozilla-1.4.2 or 1.7 thats great but I can't seem to figure why I can't get it to work........
    thanks,
    -Wiley

  • Security error when opening applet in HTML

    when I try to open my applet in a web page, I get the following error:
    java.security.AccesscontrolException: Access Denied (java.net.SocketPermission MyApplet.class resolve)
    The applet is a chat client, and I have the server running on my system. When I open the applet from an applet viewer, it works perfectly. The HTML code in my page for calling the applet is as follows:
    <applet code="./MyApplet.class" width="800" height="300"> </applet>
    I'm running a linux system with apache web server. The client and server are done in java 4.1 and are on port 5776 (though I've tried others with no luck) Does anyone know what is wrong with my applet or web page?
    Thanks

    code="MyApplet/MyApplet.class" That's still a file name, but applet containers don't seem to be too picky about it, and it's certainly not the cause of:
    Java.lang.NoClassDefFoundError:
    org/netbeans/lib/awtextra/AbsoluteLayoutThe class AbsoluteLayout could not be found. Because it is not a part of the [url http://java.sun.com/j2se/1.4.1/docs/api/index.html]standard Java library, you need to make sure the browser will find it from the server with your applet.

  • Java applet and Linux RedHat7.1 kernel  2.4.2-2

    Hello.
    I have really interesting problem...
    I am trying to run java applet in different env.:
    #1. windows2000, sun java1.3.1, webstart 1.0.1;
    #2. linux RedHat 7.1 kernel 2.4.2-2, sun java1.3.1, webstart 1.0.1;
    #3. linux RedHat 7.0, kernel 2.2.16-22, sun java1.3.0-01, webstart 1.0.1;
    #4.SunOs5.8, sun java1.3.0, webstart 1.0.1.
    I found that webstart can't launch applet into a full size under #2.
    Applet runnable, no error msg in java console, but the applet frame
    size is decrease into min. At the same time this application perfectly
    runnable without any changes under the other env.(#1, #3, #4).
    JNLP file:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- JNLP File for FpEdit.jar Application -->
    <jnlp
    spec="1.0+"
    codebase="http://www.mycodebase"
    href="FpEdit.jnlp">
    <information>
    <title>Ufp Editor Application</title>
    <vendor>ME</vendor>
    <homepage href="http://www.myhomepage"/>
    <description>Ufp Editor Application</description>
    <description kind="short">
    Swing Graphical User Interface.
    </description>
    <offline-allowed/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.3+" initial-heap-size="30m" max-heap-size="50m"/>
    <jar href="http://www.myhref/SFpEdit.jar"/>
    </resources>
    <applet-desc
    documentBase="http://www.mydocumentbase"
    name="FpEdit"
    main-class="FpEdit"
    width="950"
    height="590">
    </applet-desc>
    </jnlp>
    May be somebody can explain me what is the problem???
    Thank's.

    Sorry about replay, but may be somebody can help me...
    For me ==> this is a problem between new
    linux kernel 2.4.. and java...

  • FRM-10043 Cannot open file in LINUX

    FRM-10043: Cannot open file.
    I have created a form sucessfully in windows.It works fine.
    Now i have to use it in LINUX. So i copied the fmb file into the Linux
    where the default test.fmx is placed.
    Now i executed the below query and i got the result cannot open file.
    [orabif@br bin]$ sh frmcmp_batch.sh userid=CNT/CNT@cmt
    compile_all=yes module_type=form module=logonfile.fmb
    Forms 10.1 (Form Compiler) Version 10.1.2.0.2 (Production)
    Forms 10.1 (Form Compiler): Release - Production
    Copyright (c) 1982, 2005, Oracle.
    All rights reserved.
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    PL/SQL Version 10.1.0.4.2 (Production)
    Oracle Procedure Builder V10.1.2.0.2 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.0 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE 10.1.0.4.0 Production
    FRM-10043: Cannot open file.
    Form not created
    Plz help me to solve this problem.
    *I know that there is no need to compile OLB files. but my forms shows error that
    FRM-18108 Failed to Load objects.
    when i use Frmcmp.sh GUI the form is compiled succesffully if there is no OLB attached with it.
    It gives Fr-18108 when OLB is attached with he form
    A timely help is needed...
    Thanx in advance..
    with cheers
    sprity....

    sprity,
    Did you copy the .OLB file(s) to your LINUX server also? If not, you will need to copy them as well as your forms 'Inherit' the shared objects from the .olb's so they have to be present in the FORMS_PATH on the server when you compile your .fmb's. If you did copy them, first make sure they were copied via Binary Mode and if so, then I would refer you back to Grant's post and suggest you make sure the files were copied via 'Binary' mode to the LINUX server. Rather than Copy and Paste the files, you may want to FTP from a command prompt or a FTP Program so you can ensure the files are moved to the LINUX server in Binary mode.
    Craig...

  • Open applet on internet explorer

    Hi i have created the following applet :
    import java.applet.*;
    import java.net.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.applet.Applet;
    public class Applet11 extends Applet {
      FlowLayout f1= new FlowLayout();//������� ��������
      int alignement=FlowLayout.CENTER;
      JLabel jLabel1 = new JLabel();//������ ��������
      JLabel jLabel2 = new JLabel();
      JLabel jLabel3 = new JLabel();
      JTextField jTextField1 = new JTextField();//���������� ������ ��������
      JTextField jTextField2 = new JTextField();
      JButton jButton1 = new JButton();//������ ��������
      JButton jButton2 = new JButton();
      JButton jButton3 = new JButton();
      JButton jButton4 = new JButton();
    Color blue = new Color(240,244,249);
      Font m=new Font("Palatino Linotype",Font.PLAIN,14);
    private int current = 0;
      private ImageIcon[] images=new ImageIcon[31];
      public void init() {
        images[0]=new ImageIcon("palaio/Image8.jpg");
        images[1]=new ImageIcon("palaio/Image22.jpg");
        images[2]=new ImageIcon("palaio/Image30.jpg");
        images[3]=new ImageIcon("palaio/Image36.jpg");
        images[4]=new ImageIcon("palaio/Image42.jpg");
        images[5]=new ImageIcon("palaio/Image63.jpg");
        images[6]=new ImageIcon("palaio/Image68.jpg");
        images[7]=new ImageIcon("palaio/Image71.jpg");
        images[8]=new ImageIcon("palaio/Image72.jpg");
        images[9]=new ImageIcon("palaio/Image73.jpg");
        images[10]=new ImageIcon("palaio/Image80.jpg");
        images[11]=new ImageIcon("palaio/Image82.jpg");
        images[12]=new ImageIcon("palaio/Image83.jpg");
        images[13]=new ImageIcon("palaio/Image85.jpg");
        images[14]=new ImageIcon("palaio/Image87.jpg");
        images[15]=new ImageIcon("palaio/Image92.jpg");
        images[16]=new ImageIcon("palaio/Image93.jpg");
        images[17]=new ImageIcon("palaio/Image94.jpg");
        images[18]=new ImageIcon("palaio/Image95.jpg");
        images[19]=new ImageIcon("palaio/Image96.jpg");
        images[20]=new ImageIcon("palaio/Image101.jpg");
        images[21]=new ImageIcon("palaio/Image102.jpg");
        images[22]=new ImageIcon("palaio/Image111.jpg");
        images[23]=new ImageIcon("palaio/Image113.jpg");
        images[24]=new ImageIcon("palaio/Image115.jpg");
        images[25]=new ImageIcon("palaio/Image117.jpg");
        images[26]=new ImageIcon("palaio/Image118.jpg");
        images[27]=new ImageIcon("palaio/Image119.jpg");
        images[28]=new ImageIcon("palaio/Image120.jpg");
        images[29]=new ImageIcon("palaio/Image121.jpg");
        images[30]=new ImageIcon("palaio/telos.jpg");
        jLabel1.setText("������");
        Font n=new Font("Palatino Linotype",Font.PLAIN,14);
        Font f=new Font("Palatino LinoType",Font.PLAIN,12);
        Font m=new Font("TimesRoman",Font.PLAIN,14);
        jLabel1.setFont(f);
        jLabel1.setText("����\u1FD6�");
        jLabel1.setVisible(false);
        jLabel2.setText("");
        jLabel2.setPreferredSize(new Dimension(200,40));
        jLabel3.setFont(m);
        jLabel3.setText("�������������� ���");
        jTextField1.setPreferredSize(new Dimension(280, 30));
        jTextField1.setFont(n);
        jTextField2.setPreferredSize(new Dimension(200, 22));
        jButton1.setText("��������");
        jButton1.addActionListener(new Applet11_jButton1_actionAdapter(this));
        jButton2.setText("��������");
        jButton2.addActionListener(new Applet11_jButton2_actionAdapter(this));
        jButton3.setText("������");
        jButton3.addActionListener(new Applet11_jButton3_actionAdapter(this));
        jButton4.setText("������� ������");
        jButton4.addActionListener(new Applet11_jButton4_actionAdapter(this));
        this.setLayout(new FlowLayout(FlowLayout.CENTER,90,10));
        this.add(jLabel1, null);
        this.add(jLabel2, null);
        this.add(jLabel3, null);
        this.add(jTextField1,null);
        this.add(jButton1, null);
        this.add(jTextField2, null);
        this.add(jButton2, null);
        this.add(jButton4, null);
        this.add(jButton3, null);
      void jButton4_actionPerformed(ActionEvent e){
        jTextField1.setText("");
        jTextField2.setText("");
        repaint();
      void jButton2_actionPerformed(ActionEvent e) {
        jTextField1.setText("");
        jTextField2.setText("");
        repaint();
      void jButton1_actionPerformed(ActionEvent e) {
        if (!jTextField1.getText().equals(""))
          if (jTextField1.getText().equals(jLabel1.getText()))
            jTextField2.setText("����� �����");
          else
            jTextField2.setText("����� ����� �����");
        repaint();
      public void compStrings(Graphics g, String str1, String str2) {
        int tmp;
         if ((!jTextField1.getText().equals(""))&&(!jTextField1.getText().equals(jLabel1.getText()))){
           if (str1.length() > str2.length()) {
          tmp = str1.length() - str2.length();
          for (int i = 0; i < tmp; i++)
            str2 += " ";
        else
        if (str1.length() < str2.length()) {
          tmp = str2.length() - str1.length();
          for (int i = 0; i < tmp; i++)
            str1 += " ";
        int l1 = 170;
        int l2 = 170;
        Character c;
        Font f=new Font("PalatinoLinotype",Font.PLAIN,12);//������ ��������������
        Font r=new Font("PalatinoLinotype",Font.BOLD,12);
        g.setFont(m);
        FontMetrics fm;
        f = g.getFont();
        fm = g.getFontMetrics(f);
        g.setColor(Color.BLACK);
        for (int i = 0; i < str2.length(); i++) {
          if (str1.charAt(i) != str2.charAt(i)) {
            g.setColor(Color.RED);
            g.setFont(m);
            g.drawString(String.valueOf(str2.charAt(i)), l1, 350);
            l1 += fm.charWidth(str2.charAt(i));
            g.setColor(Color.RED);
            g.drawString(String.valueOf(str1.charAt(i)), l2, 300);
            l2 += fm.charWidth(str1.charAt(i));
            g.setColor(Color.blue);
            g.drawString("� ����� ��������� :",20,300);
            g.drawString("��������������� :",20,350);
          else {
            g.setColor(Color.BLACK);
            g.setFont(m);
            g.drawString(String.valueOf(str2.charAt(i)), l1, 350);
            l1 += fm.charWidth(str2.charAt(i));
            g.setColor(Color.BLACK);
            g.drawString(String.valueOf(str1.charAt(i)), l2, 300);
            l2 += fm.charWidth(str1.charAt(i));
    public void paint(Graphics g) {
       setBackground(blue);
       jLabel2.setIcon(images[current]);
      super.paint(g);
      this.compStrings(g, jLabel1.getText(), jTextField1.getText());
      if (jTextField1.getText().equals(jLabel1.getText())){
        g.setColor(Color.BLUE);
        g.setFont(m);
        g.drawString("������� �������� ���� ������� ������", 90, 350);
    class Applet11_jButton4_actionAdapter
          implements
          java.awt.event.ActionListener {
        Applet11 adaptee;
        Applet11_jButton4_actionAdapter(Applet11 adaptee) {
          this.adaptee = adaptee;
        public void actionPerformed(ActionEvent e) {
          adaptee.jButton4_actionPerformed(e);
            next();
    private void next(){
    if(current==0)
    jLabel1.setText("\u1F30\u1F7C�");
      if(current==1)
    jLabel1.setText("\u1F10�������������");
      if(current==2)
    jLabel1.setText("�����\u1F78�");
      if(current==3)
    jLabel1.setText("�\u1F72");
      if(current==4)
    jLabel1.setText("\u1F10��������");
      if(current==5)
    jLabel1.setText("����\u1F78�");
      if(current==6)
    jLabel1.setText("�\u1F50�");
      if(current==7)
    jLabel1.setText("������\u1FF6�");
      if(current==8)
    jLabel1.setText("��\u1F74�");
      if(current==9)
    jLabel1.setText("\u1F00������");
      if(current==10)
    jLabel1.setText("�\u1F56�");
      if(current==11)
    jLabel1.setText("\u1F44���");
      if(current==12)
    jLabel1.setText("������");
      if(current==13)
    jLabel1.setText("\u1F69�");
      if(current==14)
    jLabel1.setText("����\u1FE6���");
      if(current==15)
    jLabel1.setText("��\u1FE6��");
      if(current==16)
    jLabel1.setText("�\u1F78");
      if(current==17)
    jLabel1.setText("��\u1F7A�");
      if(current==18)
    jLabel1.setText("��\u1FD6�");
      if(current==19)
    jLabel1.setText("\u1F51�\u1F72�");
      if(current==20)
    jLabel1.setText("�\u1F56�");
      if(current==21)
    jLabel1.setText("�����");
      if(current==22)
    jLabel1.setText("�������");
      if(current==23)
    jLabel1.setText("�����������");
      if(current==24)
    jLabel1.setText("����");
      if(current==25)
    jLabel1.setText("��\u1F78�");
      if(current==26)
    jLabel1.setText("\u1F01�����");
      if(current==27)
    jLabel1.setText("����");
      if(current==28)
    jLabel1.setText("������");
      if(current==29){
      jButton4.setText("�����");
      this.remove(jButton4);
      this.remove(jButton2);
      this.remove(jButton1);
      this.remove(jTextField1);
      this.remove(jTextField2);
      this.remove(jLabel3);
      current++;
    class Applet11_jButton3_actionAdapter
         implements
         java.awt.event.ActionListener {
       Applet11 adaptee;
       Applet11_jButton3_actionAdapter(Applet11 adaptee) {
         this.adaptee = adaptee;
       public void actionPerformed(ActionEvent e) {
          adaptee.jButton3_actionPerformed(e);
    private void jButton3_actionPerformed(ActionEvent e) {
      System.exit(0);
      class Applet11_jButton2_actionAdapter
          implements
          java.awt.event.ActionListener {
        Applet11 adaptee;
        Applet11_jButton2_actionAdapter(Applet11 adaptee) {
          this.adaptee = adaptee;
        public void actionPerformed(ActionEvent e) {
          adaptee.jButton2_actionPerformed(e);
      class Applet11_jButton1_actionAdapter
          implements
          java.awt.event.ActionListener {
        Applet11 adaptee;
        Applet11_jButton1_actionAdapter(Applet11 adaptee) {
          this.adaptee = adaptee;
        public void actionPerformed(ActionEvent e) {
          adaptee.jButton1_actionPerformed(e);
      }I have created its html file named Applet 11!
    When i open the Applet11.html on the explorer without the images and it's folder the applet is working properly!
    When i open it with the images i get the message :
    java.security.AccessControlExeption :access denied java.io.FilePermission Image8.jpg
    Can anyone tell me what to do so the Applet can work with the images?
    Thank you:-)

    Can anyone tell me what to do so the Applet can work
    with the images?Yes. Sign the applet.
    http://java.sun.com/sfaq/
    http://java.sun.com/developer/technicalArticles/Security/Signed/

  • Java.util.zip.ZipException: Too many open files on Linux

    Hi,
    We have web application running on Caucho's resin server on jdk 1.5.0_11 and Red hat Linux. We are noticing that java process is running out of file handles within 24-30 hours. We have file limit of 5000 which it consumes in 24 hours throwing 'java.util.zip.ZipException: Too many open files'.
    I have made sure all sorts of file handles are closed from application point of view. Here is the snapshot of lsof (list of file handles) from java process. The following list keeps growing until it runs out of limit. Do you have tips/suggestions on how to mitigate this problem (considering we dont want to increase ulimit for this process)? Also, can you make out any thing more from the description of file handles like, are they unclosed POP3 connections or URL connection to external sites?
    java 7156 resin 120u IPv4 34930051 UDP localhost.localdomain:59693
    java 7156 resin 121u IPv4 34927823 UDP localhost.localdomain:59663
    java 7156 resin 122u IPv4 34931861 UDP localhost.localdomain:59739
    java 7156 resin 123u IPv4 34932023 UDP localhost.localdomain:59745
    java 7156 resin 124u IPv4 34930054 UDP localhost.localdomain:59700
    java 7156 resin 125u IPv4 34927826 UDP localhost.localdomain:59665
    java 7156 resin 126u IPv4 34927829 UDP localhost.localdomain:59666
    java 7156 resin 127u IPv4 34930057 UDP localhost.localdomain:59703
    java 7156 resin 128u IPv4 34930713 UDP localhost.localdomain:59727
    java 7156 resin 129u IPv4 34930716 UDP localhost.localdomain:59730
    java 7156 resin 130u IPv4 34932238 UDP localhost.localdomain:59789
    java 7156 resin 131u IPv4 34932026 UDP localhost.localdomain:59749
    java 7156 resin 132u IPv4 34932221 UDP localhost.localdomain:59770
    java 7156 resin 133u IPv4 34932224 UDP localhost.localdomain:59775
    java 7156 resin 134u IPv4 34932029 UDP localhost.localdomain:59753
    java 7156 resin 135u IPv4 34932032 UDP localhost.localdomain:59754
    java 7156 resin 138u IPv4 34932035 UDP localhost.localdomain:59760
    java 7156 resin 139u IPv4 34932038 UDP localhost.localdomain:59763
    java 7156 resin 140u IPv4 34932227 UDP localhost.localdomain:59780
    java 7156 resin 141u IPv4 34932230 UDP localhost.localdomain:59781
    java 7156 resin 144u IPv4 34932234 UDP localhost.localdomain:59786
    java 7156 resin 146u IPv4 34932241 UDP localhost.localdomain:59792
    java 7156 resin 147u IPv4 34932247 UDP localhost.localdomain:59802

    Finally we resolved this issue. It was oracle driver which had some compatibility issue, we upgraded our Oracle client driver to newer version, and this fixed the problem. Base line, there was nothing wrong with application code, code was doing good resource clean up, but oracle driver was leaking handles per every connection.

  • Form builder is not opening in oracle linux

    Hi,
    I have installed Oracle EBS in enterprise linux 5.8 . when i am trying to
    open form builder with frmbld.sh following error occurs
    FRM-91113: Internal Error: cannot get default resource file name.
    FRM-10039: Unable to start up the Form Builder
    can any one suggest me for a how to resolve this.
    Regards,
    Sagar
    Edited by: 953446 on Aug 17, 2012 10:56 AM

    Hi,
    Host file entry i have:
    127.0.0.1 localhost raouf.oracle.com
    169.254.25.129 raouf.oracle.com
    123.201.70.57 raouf.oracle.comWhy do you have two entries for the same host? Please edit this file, and make sure you have one IP Address for "raouf.oracle.com", run AutoConfig on the database/application tier nodes then try again.
    For the browser, make sure you use a certified client OS/Browser.
    Regards,
    Hussein

  • Database home page not opening in oracle linux 4 after installation?

    I have just installed oracle 10g express edition R8 (32 bit) in oracle linux 4 (oem 4) which is running on vmware. After installation on going
    application(start)->oracle 10g express edition ->Go To database home page. Database home page starts on konqureor and it shows
    "An error occurred while loading *http://http//127.0.0.1:%httpport%/apex*:
    Unknown host http "
    All the other application including plsql is working right which comes with oracle 10g xe. But without Database home page i can't start doing plsql because i can not create any database without opening database home page.
    I have also posted this question in yahoo answers(_http://answers.yahoo.com/question/index;_ylt=AjLqSLCkMZzaJgBv_igbiN7ty6IX;_ylv=3?qid=20120324013912AANOlL9_) but what answers has been provided i am not able to understand.
    plz help i wanted to work on oracle database. I am trying it for so long. Thanks in advance
    Edited by: 921562 on Mar 24, 2012 3:35 AM
    Edited by: 921562 on Mar 24, 2012 3:35 AM

    921562 wrote:
    I have just installed oracle 10g express edition R8 (32 bit) in oracle linux 4 (oem 4) which is running on vmware. After installation on going
    application(start)->oracle 10g express edition ->Go To database home page. Database home page starts on konqureor and it shows
    "An error occurred while loading *http://http//127.0.0.1:%httpport%/apex*:
    Unknown host http "
    All the other application including plsql is working right which comes with oracle 10g xe. But without Database home page i can't start doing plsql because i can not create any database without opening database home page.
    I have also posted this question in yahoo answers(_http://answers.yahoo.com/question/index;_ylt=AjLqSLCkMZzaJgBv_igbiN7ty6IX;_ylv=3?qid=20120324013912AANOlL9_) but what answers has been provided i am not able to understand.
    plz help i wanted to work on oracle database. I am trying it for so long. Thanks in advance
    Edited by: 921562 on Mar 24, 2012 3:35 AM
    Edited by: 921562 on Mar 24, 2012 3:35 AMThis has nothing to do with Oracle. Do you have an understanding of how URL's are constructed? The leading characters, delimited by the colon (':') specify http protocol. The string between the first colon and the next (if exists) specifies the fully qualified name of the host, or the IP addess of the host. Take a look at what you have there: //http//127.0.0.1" I really don't think your host name is "//http//127.0.0.1". More like '//127.0.0.1"

  • Open parameters for linux version

    Do acroreader's open parameters work for the linux version?
    I know in Windows they are written as 'acroread /A page=xxx ...' and for linux firefox as 'file://...#page=xxx'.
    But how about the arguments in command line?

    Good morning
    Thank you for your reply, I’m trying to find out from our IT if we are using Adobe plugin or not.  In the meantime I created a new document, created a link and tried to open in the browser and received an error message webpage cannot be found.
    When copying the url the last four characters have been changed see below
    http://wyp-infoshare/sites/forcepolicy/Corporate%20Support/Equality,%20Diversity%20and%20H uman%20Rights%20strategy.pdf%20-%20page=5
    Would this be because we’re not using adobe plugin?
    Susan
    Ext 22011

  • Tried to open applet in browser

    I created a swing applet class file and tested it with appletviewer and it works fine. I then tried to open up the html file with the class embedded in IE and it says that the class cannot be found. The class and the html file are in the same directory.
    Any help would be appreciated,
    Kent

    Hi,
    IE and Netscape 4.7 require that the broswer have the Java Plug-in. You must use the <object> tag for IE and <embed> tag for Netscape 4.7. You can get the Html Converter at:
    http://java.sun.com/products/plugin/index.html
    See the gray box on the page.
    Netscape 6.0 has the Plug-in as a default install.

Maybe you are looking for