Forms applets are not openig in Linux

hi all,
we are installed Oracle ERP 12.1.1(Vision) on RHEL 5.3, I would like to use the Linux as Desktop tier also, so when i am clicking forms applet based item then it is promting me to install j2se plugin version 1.6.0_07 , as i have jre1.6.0_18 already on my machine. but when i am issuing " java -version" command it is showing
============================
[root@vis java]# java -version
java version "1.4.2"
gij (GNU libgcj) version 4.1.2 20080704 (Red Hat 4.1.2-44)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
=============================================
i have created link for libjavaplugin_oji.so (from /usr/java/jre1.6.0_18/plugin/i386/ns7/) into Mozilla/plugin
still it is not working ..
what should i do ???( As i am new to Apps)
please update.
Regards
MMU

Hi,
Linux o/s is not supported fro connection to EBIZ,Any ways u can follow the below to get connection from linux o/s
Accessing R12 from oracle enterprize linux 4
Regards

Similar Messages

  • Form values are not submitting to ActionForm class

    Hi All,
    I have a problem with <html:form> tag. When i am submitting the form using the submit button it is going to the Struts-config.xml file and getting the action mapping for the HazSummary.do. It is getting the HazardSummaryAction class and getting the input from HazardSummary Form class. If result is sucees it is going to the next jsp page.
    All above things are happening properly. But the form values are not getting in to the HazardSummaryForm.jav.
    Here in this case Action class is HazardSummaryAction.java, Action Form class is HazardSummaryForm.java and jsp page is Hazard.jsp.
    Here is the code for Hazard.jsp
    <html:form action="/HazSummary.do">
    <table width="100%" border="0" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0" cellspacing="0">
         <tr colspan="4"><td>
         <%String jd="jmd";
         String st="closed";%>
         <input type="text" name="wkploc" value=<%=jd%>>
         <input type="text" name="hastat" value=<%=st%>>
    <html:submit property="action">
    <bean:message key="haz.save.label"/>
    </html:submit>
         </td></tr>
    </table>
    </html:form></body>
    Here is the code for HazardSummaryAction.java
    package com.prospecta.WSOProject.action;
    import java.io.IOException;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.http.HttpSession;
    import org.apache.struts.action.Action;
    import org.apache.struts.action.ActionForm;
    import org.apache.struts.action.ActionForward;
    import org.apache.struts.action.ActionMapping;
    public class HazSummaryAction extends Action{
         public String hazstatus;
         public String workplace;
         public String prin1;
         public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException
              HazardSummaryForm hsf = new HazardSummaryForm();
              HttpSession session = request.getSession(true);
         try{
         hazstatus=hsf.gethastat();
         System.out.println(hazstatus);
         workplace=hsf.getwkploc();
         System.out.println(workplace);
         session.setAttribute("stat",hazstatus);
         session.setAttribute("loc",workplace);
         return mapping.findForward("success");
         catch(NullPointerException nex){
              return mapping.findForward("failure");
              }catch(Exception e)
         e.printStackTrace();
         return mapping.findForward("failure");
    Here is the code for HazardSummaryForm.java
    package com.prospecta.WSOProject.action;
    import org.apache.struts.action.ActionForm;
    public class HazardSummaryForm extends ActionForm {
         public String wkploc;
         public String hastat;
         public void setwkploc(String wkploc)
              this.wkploc=wkploc;
         public String getwkploc()
              return this.wkploc;
         public void sethastat(String hastat)
              this.hastat=hastat;
         public String gethastat()
              return this.hastat;
    Here is the code for Struts-config.xml file
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
    <struts-config>
         <form-beans>
    <form-bean name="HazSumForm"     type="com.prospecta.WSOProject.action.HazardSummaryForm">
                   <form-property name="wkploc" type="java.lang.String"/>
                   <form-property name="hastat" type="java.lang.String"/>
         </form-bean>     
         </form-beans>
    <action-mappings>
    <action path="/HazSummary" input="/HazSumForm" name="HazSumForm" scope="request" validate="false" type="com.prospecta.WSOProject.action.HazSummaryAction">
                   <forward name="success" path="/HazardSummary.jsp"/>
                   <forward name="failure" path="/Hazard.jsp"/>
              </action>                                         
         </action-mappings>
         <controller processorClass="fr.improve.struts.taglib.layout.workflow.LayoutRequestProcessor" locale="true"/>
         <message-resources parameter="com.prospecta.WSOProject.ApplicationResources"/>
         <plug-in className="org.apache.struts.tiles.TilesPlugin">
              <set-property property="definitions-config" value="/WEB-INF/tileDefinitions.xml"/>
         <set-property property="moduleAware" value="true"/>
         <set-property property="definitions-parser-validate" value="false"/>
         </plug-in>
         <plug-in className="org.apache.struts.validator.ValidatorPlugIn">
         <set-property property="pathnames" value="/WEB-INF/validator/validator-rules.xml,/WEB-INF/validator/validations.xml"/>
         </plug-in>
    </struts-config>
    i followed the same process for previous pages which they are working. But in this case it was not working properly.
    Please resolve this problem ....................

    Hi Sreelatha,
    When you develop any interactive form please keep in mind the below things which you need to check:
    1. The layout type of the form should be ZCI. Select it from the form properties tab in SFP t-code.
    2. In web dynpro application (in case you are using for the form), the form type should be selected as native.
    3. In the form layout insert web dynpro script using menu->utilities->insert web dynpro script.
    4. After that come out of the form and run the report FP_ZCI_UPDATE giving your form name, also select the update check box in the report.
    Once these things are done your form should work fine.
    Regards,
    Vaibhav

  • Why applets are not having constructors?

    hi,
    could anyone please explain ,why do we need to use init() method instead of constructor to initialize the applets.why applets are not having constructors?.
    thanks in advance
    Santhosh

    Sure u CAN have constructors for applets. Event though you havnt wrote it, its always there... There cant be a class without a constructor......
    The point is that its a standard that the applets init will be caled by the browser the first time.....but still you can have a constructor.

  • Currently using Flash Pro CS5,  getting error when trying to open CS4 file.  Error is "Slides and Forms documents are not supported in this version of Flash. Please open in previous version.

    Currently using Flash Pro CS5,  getting error when trying to open CS4 file.  Error is "Slides and Forms documents are not supported in this version of Flash. Please open in previous version.  Has there been a fix or patch to this issue or do I have to convert back to CS4 to open the file?

    Having the same problem in CS6.  I can tell you that converting back to CS4 will NOT solve the problem.  It seems when support for backward compatibility is discontinued, there's just no way to get
    any help at all?  Absolute failure to provide any user support so far...

  • BICS_PROV_GET_INITIAL_STATE and form Variables are not submitted

    Hi Team,
    We are geting following error message while running WAD reports on BI QA and Test system portal.
    Our issue is similar to the issue mentioned in SDN thread BICS_PROV_GET_INITIAL_STATE Exception
    - We are facing issue in refreshed systems.
    - Variable Entry Screen is displaying correctly.
    - After entering values once you click on "OK"  we are getting UNCAUGHT_EXCEPTION.
    - Support Desk tool is displaying green.
    - Same report is executing fine in Dev and Prod system.
    - BI Queries are running fine on Portal
    - Only WAD reports are giving exceptions
    - Support desk tool is showing green for everything.
    Error Message:
    Exception in BI runtime
    Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
    System error in program BICS_PROV_GET_INITIAL_STATE and form Variables are not submitted (see long text)
    Log ID: 0018FE2D262B00A000000D68000032CA00047CFC82B5D87E
    Initial cause
    Message:
    Termination message sent ABEND RSBOLAP (000): Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION  MSGV1: SAPMSSY1  MSGV3: UNCAUGHT_EXCEPTION
    Stack trace:
    com.sap.ip.bi.base.application.exceptions.AbortMessageRuntimeException: Termination message sent ABEND RSBOLAP (000): Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION  MSGV1: SAPMSSY1  MSGV3: UNCAUGHT_EXCEPTION     at com.sap.ip.bi.base.application.message.impl.MessageManager.addMessage(MessageManager.java:130)     at com.sap.ip.bi.base.application.message.impl.MessageManager.addMessage(MessageManager.java:123)     at com.sap.ip.bi.base.application.message.impl.MessageManager.addMessage(MessageManager.java:123)     at com.sap.ip.bi.base.application.service.RfcService.fillMessages(RfcService.java:221)     at com.sap.ip.bi.base.application.service.RfcService.doPostProcessing(RfcService.java:171)
    Please help me on this
    Thanks,
    Preethish

    Hi,
    Try filtering the queries with the values of variables entries included in the filters.
    Then include them in WAD report. If that works fine then it can be a memory issue.

  • Forms applet does not load when request forwarded from custom servlet

    I have an existing forms app that I wish to call from a newly-developed servlet. The servlet determines which form to call and then forwards the request to the forms servlet using RequestDispatcher.forward().
    The request is forwarded correctly but when it is done all I see is a blank browser (IE7) window. When I View Source I see all the correct HTML code (from basejpi.htm) but it seems my browser does not attempt to load the forms applet. No messages are displayed in the Java Console. This is the same HTML that comes back if I run the forms app directly, e.g. click a link that goes straight to the forms servlet URL, only in that case the forms app starts up fine.
    Anyone know why this does not work?

    Figured out what is going on:
    In basejpi.htm there is "<SCRIPT LANGUAGE=JavaScript SRC=java/forms_ie.js>" that creates an OBJECT tag to load the forms applet. I believe since the context of my custom servlet is different than that of the forms servlet, forms_ie.js is not found when the request is forwarded from my servlet.
    One question answered raises another. There is also an OBJECT tag inside a NOSCRIPT tag for machines where scripting has been disabled:
    <!-- Forms applet definition (start) -->
    <NOSCRIPT>
    <OBJECT name=FormsApplet
    type="application/x-java-applet"
    ...>
    </NOSCRIPT>
    <SCRIPT LANGUAGE="JavaScript" SRC="java/forms_ie.js"></SCRIPT>
    My thinking is to remove the NOSCRIPT tag, and also the SCRIPT tag mentioned above, so all machines will simply see the OBJECT tag, like so:
    <!-- Forms applet definition (start) -->
    <OBJECT name=FormsApplet
    type="application/x-java-applet"
    ...>
    This makes me wonder why the SCRIPT option is there to begin with. Anyone see a downside to this approach?
    Kevin

  • Forms values are not displayed correctly

    This is happening on the client view. I have a custom form and after some Windows updates on user's laptop, the text field values started stopping to display in the form. If I click on View mode then the text values shown and change back to Edit the form
    now text values show up in the text field.
    Another thing is when trying to print the view out, text values are not shown up at all. I tried to upgrade user to IE11 and same issue. Using Firefox then text values are shown in print preview but not in Editing. I don't want users to use different browser
    rather than IE.
    Any thoughts on this would be much appreciated.

    Hi,
    Since the issue happens after some Windows Updates, I would suggest the user log on another machine and see if the issue persists. If the issue only happens on this laptop, you can manually uninstall the update patch you doubt to test
    the issue. Go to Control Panel->Programs and Features->View installed Updates->”right click” and “uninstall”.
    Meanwhile, add the SharePoint sites to a trusted zone in IE settings.
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Form settings are not saved on one client

    Hello,
    What are possible reasons that form settings like size and position are not saved.
    I have one client with SBO 8.8 PL15 installed. On this client this settings are not saved.
    So the user has to resize the forms everytime he opens it.
    I tried it myself with his SBO user directly on the server and a terminal-server. No problems there, all settings
    are saved even if i switch between the systems.
    If i am correct these settings are saved in the UserPrefs field in the OUSR table.
    Any ideas?
    Thank you for all your help.

    Hi,
    Have you searched the forum?
    You may check this to start:
    User Settings lost after session is released
    This setting is related to client.
    Thanks,
    Gordon

  • Applets are not shown

    I have A problem as a beginner.
    I wrote a HTML script in which some Java Applets were included. After compiling the Applets with Java 1.2 the files were uploaded. But the Applets were only shown on those Computers, on which Java was installed, using both the Internet Explorer 6 and Firefox 1.5
    I was surprised because I thought hat there are Plugins for Java Applets in the browsers and therefore the installation of Java is not necessary to show Java Applets.
    What is wrong? Can anyone help me?
    Thank you
    Peter

    IE might have something called the msjvm to run applets for you but there are
    distributions where it has been removed.
    Firefox does not have build in java support.
    If the applet does not show in IE, it might not have msjvm or the applet caused an
    exception (security settings?). Check the java console in IE for more info.
    http://support.microsoft.com/kb/q241111/

  • Form Inputs are not transfered to context

    Hi Experts,
    I created a interactive and inserted it into a webdynpro view.
    The component component is mapped to the view's context and the node is bound to the "data--source" property in the form.
    The problem is, that no changes made inside the pdf forms are transfered to the context attributes.
    Does anybody has a clue why the data in the context is not changed after editing the form?
    I compared my Application with the demo application "DEMO_ADOBE_OFFLINE" which also implemented a roundtrip and they seem to be identical.
    Please help, as I don't have any idea what to check anymore!
    Thank you!
    Benedikt

    Solved!
    http://help.sap.com/saphelp_tm70/helpdata/de/44/e96677f1c367d6e10000000a155369/content.htm

  • Forms Applet is not loading in Oracle 9i AS

    I have installed Oracle AS in my system...
    Oracle 9i As is in one machine database server version 8i is in another machine
    Some configuration failed error came while instalation
    But the installation was successful..
    Now I am first taking oracle forms services..to configure
    Test.fmx is loading correctly....
    But while loading my own devoloped form mainform.fmx(I have copied from
    forms dir to as dir)
    It is asking username/password/database same as sqlplus client
    Even i am entering the all details it gives TNS unable to resolve error..
    By using sqlplus client i can able to login into database...
    Please help me out to solve this.....
    thanx & regards
    senthil

    Hi..,
    I have verfied the tnsnames.ora file ....
    It is having correct entry...
    I am able to connect sqlplus client....to te database..
    I am having doubt that...through which protocol the forms are going to connect TCP or ICP...
    SInce oracle corporation has given preinstalltion documentation to configure IPC protocol..
    WHat is your opinion
    thanx & regards
    senthil

  • Applets are not loading.

    Hey I am about 3/4 through the book Teach yourself java in 24 hours...and so far every applet I have done has not loaded in the browser but stayed the gray box of doom... bla bla not found.
    I am using Jcreater as a compiler and have the newest runtime enviroment.
    Java:
    import java.awt.*;
    public class BigDeptApplet extends java.applet.Applet{
    int debt;
    public void init(){
    debt = 59000000;
    debt = debt / 1440;     
    public void paint(Graphics screen){
    screen.drawString("A minute's worth of debt is $" + debt, 5, 50);
    Html:
    <html>
    <head>
    <title>The Big Debt Applet</title>
    </head>
    <body bgcolor="#000000" text="#FF00FF">
    <center>
    This a Java applet:<br>
    <applet code="BigDebtApplet.class" height=150 width=300>
    You need a Java-enabled browser to see this.
    </applet>
    </body>
    </html>
    please help...the code is straight from the book and compiled fine..Just when I open the html the applet doesn't load.

    I also noticed your class is called BigDeptApplet and your HTML refers to <applet code="BigDebtApplet.class". Not much difference, but enough. I only wish I could only spot my own mistakes.
    That said I still haven't got your applet working in I.E. 6 on X.P. even though I know in the past I have managed it in the same browser & O.S.
    Hopefully somebody will add to this thread, good luck.

  • Why is my form objects are not selectable?

    Hi,
    I try to edit my pdf today using livecycle designer, but when I open the file, I can only select up to the form page - cannot access all the objects under the form (at the heirarchy pane and the design view).
    Anyone can advise?
    Thanks a lot.

    Sorry, my silly mistake. I had locked all fields in the form so I will not mistakenly move them. Press Ctrl+A at the designer automatically select all objects in the forms, and then I click Edit/Lock/Lock Fields.
    Thanks a lot though.

  • Self signed applets are not supported by plug-in

    I am using Windows 2000.I am using self signing applet which i have signed with the help of netscape signing tool with test certificate.I have put the zip file in "c:\program Files\netscape\users\default " directory
    after signing..While opening it is giving some exception
    "java.lang.SecurityException: cannot verify signature block file META-INF/ZIGBERT".
    please help me regarding this.
    ashok das
    otlsoft, bangalore.

    First you need to install your self signed sertificat into system - only then you'll be able to start applet without problem.

  • Form load rules are not working on display and edit forms

    Hi
    I have customized SharePoint 2013 list form using InfoPath 2013. I want to hide certain fields based on user group. I created rules on form load for that. These rules are working fine on New Form but are not working on display and edit form.
    What can I do?

    It could be because the value might have not changed ie, you might be checking for a particular value, the values might have got overwritten when the new form is saved, see if that value is blank or overwritten in display and edit forms.
    I would first check the form load rules and check those values again in Display form and edit form, if the values are not getting cleared/overwritten.
    It would be better if you could upload the screenprint.
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

Maybe you are looking for

  • Vendor wise payment report

    Dear Experts, I need to have a report that shows all the details of vendor wise payment reports is there any specific transaction codes to resolve this issue Regards, Ramakrishnan. S

  • Get interface of RFC function modules in a remote system

    Hi, my goal is to write a report which checks if DDIC structures in two systems fit together when I use RFC`s. I have the destination and the name of the RFC. Can somebody tell me if I can get a list of the Importing/Exporting Parameters of this RFC?

  • Time to reformat hard drive on iMac?

    Hi, I have the following iMac: Model Name:          iMac   Model Identifier:          iMac7,1   Processor Name:          Intel Core 2 Duo   Processor Speed:          2.8 GHz   Number Of Processors:          1   Total Number Of Cores:          2   L2

  • IPad and iTunes synching issues - device not found

    I do not see my iPad as an option in iTunes.. My computer recognizes my iPad, but does not give me an option to choose it from my devices, as I would my iPod. There is an window that pops up, I believe my computer thinks it is a camera. Any suggestio

  • Unsure how to copy current contents of iPod back to iTunes for future use

    Had a system failure that required operating system upgrade to Windows Vista. This left iPod with orphaned content that does not show on iTunes. Am afraid that if I put new content on the iPod, the old would now be gone forever. Looking for a ready-a