About Forms JAVA UI Component AppletSecurityException

Hi,
I have been researching how to access a custom OCX control from Web Forms 6i application, and I came up with a third-party JAVA to COM bridging solution, J-Integra from Intrinsyc.
With J-Integra I was able to build a PJC compatible JAVA component which invokes a local OCX control and was able to access the JAVA component from regular JAVA application but when I tried to invoke the component with Web Forms application I got AppletSecurityException runtime error message. I have signed the component's jar file with javakey, without success, to remove the AppletSecurityException message. How can I remove the following runtime error message from my PJC JAVA component?
sun.applet.AppletSecurityException: checklink
     at java.lang.Throwable.<init>(Compiled Code)
     at java.lang.Exception.<init>(Compiled Code)
     at java.lang.RuntimeException.<init>(RuntimeException.java:50)
     at java.lang.SecurityException.<init>(SecurityException.java:42)
     at sun.applet.AppletSecurityException.<init>(AppletSecurityException.java:29)
     at sun.applet.AppletSecurityException.<init>(AppletSecurityException.java:34)
     at sun.applet.AppletSecurity.checkLink(AppletSecurity.java:256)
     at java.lang.Runtime.loadLibrary(Compiled Code)
     at java.lang.System.loadLibrary(System.java:561)
     at com.linar.jintegra.NativeObjRef.q(Unknown Source)
     at com.linar.jintegra.Dispatch.a(Unknown Source)
     at com.linar.jintegra.Ocx.<clinit>(Unknown Source)
     at rapidview.JRapidViewx.<init>(JRapidViewx.java:25)
     at oracle.forms.handler.UICommon.instantiate(Compiled Code)
     at oracle.forms.handler.UICommon.onCreate(Compiled Code)
     at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
     at oracle.forms.engine.Runform.onCreateHandler(Compiled Code)
     at oracle.forms.engine.Runform.processMessage(Compiled Code)
     at oracle.forms.engine.Runform.processSet(Compiled Code)
     at oracle.forms.engine.Runform.onMessageReal(Compiled Code)
     at oracle.forms.engine.Runform.onMessage(Compiled Code)
     at oracle.forms.engine.Runform.processEventEnd(Compiled Code)
     at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Compiled Code)
     at oracle.ewt.lwAWT.LWComponent.processEvent(Compiled Code)
     at java.awt.Component.dispatchEventImpl(Compiled Code)
     at java.awt.Container.dispatchEventImpl(Compiled Code)
     at java.awt.Component.dispatchEvent(Compiled Code)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Compiled Code)
     at java.awt.LightweightDispatcher.processMouseEvent(Compiled Code)
     at java.awt.LightweightDispatcher.dispatchEvent(Compiled Code)
     at java.awt.Container.dispatchEventImpl(Compiled Code)
     at java.awt.Window.dispatchEventImpl(Compiled Code)
     at java.awt.Component.dispatchEvent(Compiled Code)
     at java.awt.EventDispatchThread.run(Compiled Code)
Thanks!

I am also having the same problem.
I have signed using the PJC.x509 certificate and it is still throwing the
link error. I am not sure what I need to. I had imported the certificate and
also ensured that identity.obj is copied to proper directory.
After following the complete instruction from PJC document,i am still having problems.Either we have incorrect document or problem and resolution section needs
to be updated.
FYI, I am running windows2000 and my forms server is 6i with patch5 .

Similar Messages

  • What about a java service component ?

    Hi
    Is a java (at least) component planned within the next release ? I guess this would dramatically "open" Oracle SCA approach and extend the composites capabilities.
    Dominique

    this question has been asked and answered already. but it would be interesting to know what you would expect to get from a component that you don't get with existing java support. also, would you want the component to be fully featured java development or more limited like the bpel java activity (see discussions in the forum about this - a search on Java will find them).
    Heidi.

  • Very big problem with JSF about FORM and "id=" for HTML form's elements and

    I have discovered a very big problem with JSF about FORM and "id=" for HTML form's elements and java instruction "request.getParameterNames()".
    Suppose you have something like this, to render some datas form a Java Beans :
    <h:dataTable value="#{TablesDb2Bean.myDataDb2ListSelection}" var="current" border="2" width="50%" cellpadding="2" cellspacing="2" style="text-align: center">
    <h:column>
    <f:facet name="header">
    <h:outputText value="Name"/>
    </f:facet>
    <h:outputText id="nameTableDb2" value="#{current.db2_name_table}"/>
    </h:column>
    </h:dataTable>
    Everything works fine...
    Suppose you want to get the name/value pairs for id="nameTableDb2" and #{current.db2_name_table} to process them in a servlet. Here is the HTML generated :
    <td><span <span class="attribute-name">id=<span class="attribute-value">"j_id_jsp_1715189495_22:0:nameTableDb2">my-table-db2-xxxxx</span></td>
    You think you can use the java instructions :
    Enumeration NamesParam = request.getParameterNames();
    while (NomsParam.hasMoreElements()) {
    String NameParam = (String) NamesParam.nextElement();
    out.println("<h4>"++NameParam+ "+</h4>);
    YOU ARE WRONG : request.getParameterNames() wants the syntax *name="nameTableDb2" but JSF must use id="nameTableDb2" for "<h:outputText"... So, you can't process datas in a FORM generated with JSF in a Servlet ! Perhaps I have made an error, but really, I wonder which ?
    Edited by: ungars on Jul 18, 2010 12:43 AM
    Edited by: ungars on Jul 18, 2010 12:45 AM

    While I certainly appreciate ejb's helpful responses, this thread shows up a difference in perspective between how I read the forum and how others do. Author ejb is correct in advising you to stay inside JSF for form processing if form processing is what you want to do.
    However, I detect another aspect to this post which reminds me of something Marc Andreesen once said when he was trying to get Netscape off the ground: "there's no such thing as bad HTML."
    In this case, I interpret ungar's request as a new feature request. Can I phrase it like this?
    "Wouldn't it be nice if I could render my nice form with JSF but, in certain cases, when I REALLY know what I'm doing" just post out to a separate servlet? I know that in this case I'll be missing out on all the nice validation, conversion, l10n, i18n, ajax, portlet and other features provided by JSF".
    If this is the case, because it really misses the point of JSF, we don't allow it, but we do have an issue filed for it
    https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=127
    If you can't wait for it to be fixed, you could decorate the FormRenderer to fix what you want.
    I have an example in my JSF book that shows how to do this decoration. http://bit.ly/edburnsjsf2
    Ed

  • Warnings about merging java classes

    Hey Guys,
    While watching the logs on the sun portal server, I am noticing there are a lot of warnings about merging java.math.BigDecimal, java.math.BigInteger and com.sun.rave.web.ui.Time:
    [#|2007-03-12T09:48:22.948+1000|WARNING|sun-appserver-ee8.1_02|org.apache.commons.digester.Digester|_ThreadID=10;|[ConverterRule]{faces-config/converter} Merge(null,java.math.BigDecimal)|#]
    [#|2007-03-12T09:48:22.912+1000|WARNING|sun-appserver-ee8.1_02|org.apache.commons.digester.Digester|_ThreadID=10;|[ComponentRule]{faces-config/component} Merge(com.sun.rave.web.ui.Time)|#]
    [#|2007-03-12T09:48:27.875+1000|WARNING|sun-appserver-ee8.1_02|org.apache.commons.digester.Digester|_ThreadID=10;|[ConverterRule]{faces-config/converter} Merge(null,java.math.BigInteger)|#]
    What i would like to know is, how do i fix these warnings?
    Thanks in advance.

    You can also use Castor: http://www.castor.org
    It generates classes from XML Schemas and enables data
    binding without writing any line of a fuckin SAX
    parser :-)I evaluated Castor and JAXB and while JAXB isn't perfect, it's got some things over Castor. Castor almost looks abandonded when I go to the site. The documentation just sort of trails off.

  • Java Wizard Component

    I had done a lot of searches here and around the net to find a Java "Wizard" Component to use, but unfortunately I wasn't able to find one as easily as I wanted. I did find other forums, were people would offer their own through email, or a couple of times I found a link to a magazine article which touched on the subject. Unfortunately, I was not very happy with either of these as a solution, and I was unable to find any other libraries that were robust enough for my use which were not proprietary.
    So ... (long setup, I know) I have decided to implement a Java Wizard Component and make it available to the public through an LGPL license. It can be found at http://jwizardcmponent.sourceforge.net/
    I welcome suggestions and critiques from anyone, so please let me know if you would like to see something added/changed.
    Sincerely,
    William Ready

    This thread appears same as thread ...
    PJC Wizard missing from 10G ?
    Excuse duplicate posting but Im desparate for an answer...
    Section of Oracle Developer Suite 10G Release Notes
    available at
    http://download-uk.oracle.com/docs/cd/B25016_02/doc/dl/core.htm
    states
    4.2.3 PJC Wizard Now Part of Oracle Forms
    With Oracle Forms 10.1.2 and higher, the Forms PJC Wizard is part of the
    standard Forms installation. The PJC Wizard works with JDeveloper 10g (10.1.2)
    that is part of Oracle Developer Suite 10g. For versions of JDeveloper that are
    obtained from OTN, the PJC wizard is available as a separate Jar file to
    download and place into your JDeveloper installation.
    Anybody know where to get this PJC wizard jar file and install instructions?

  • Report, Form, and Data Component portlets go to error page

    I am able to add Report Form and Data Component portlets to my page, but when I click on the define button it takes me to my error page.
    Have I missed configuring something?

    hello friends,
    thanks for replly,
    i m using command noe after table node in main window, but i want display the data below the main window , it is diplaying  new page as required but only missing data below the main window.
    to be more clear i want to print all the window in first page then only go for next page , so is there any condition or parmeter in main window to go next page only agfter completion of first page.
    dont worry abt points.

  • Can someone pleas tell me about abap, java and xslt mappings

    Hi,
    can someone please tell me about abap, java and xslt mappings.
    Thanks,
    Bernard.

    HI,
    JAVA mapping
    /people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-i /people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-ii /people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-iii /people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping /people/amol.joshi2/blog/2006/03/10/think-objects-when-creating-java-mappings /people/sameer.shadab/blog/2005/09/29/testing-abap-mapping sample code for java mapping blog=/pub/wlg/4143 tutorial sax and dom
    ABAP mapping
    ABAP mappings run on ABAP Stack and are developed in the ABAP workbench of the Integration Server.
    You normally do not need to use the ABAP mappings and is preferable for someone with ABAP programming background. I should say JAVA functions would suffice any complex scenarios.
    refer step by step guides for ABAP Mapping
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5c46ab90-0201-0010-42bd-9d0302591383
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e3ead790-0201-0010-64bb-9e4d67a466b4
    /people/sameer.shadab/blog/2005/09/29/testing-abap-mapping
    ABAP Mapping
    /people/udo.martens/blog/2006/08/23/comparing-performance-of-mapping-programs
    https://websmp101.sap-ag.de/~sapdownload/011000358700003082332004E/HowToABAPMapping.pdf
    /people/ravikumar.allampallam/blog/2005/02/10/different-types-of-mapping-in-xi
    /people/r.eijpe/blog
    ABAP Mapping Vs Java Mapping.
    Re: Message Mapping of type ABAP Class not being shown
    Re: Performance of mappings (JAVA, XSLT, ABAP)
    XSLT Mapping
    XSLT stands for EXtensible Stylesheet Language Transformations. It is an XML based language for transforming XML documents into any other formats suitable for browser to display, on the basis of set of well-defined rules.
    /people/sap.user72/blog/2005/03/15/using-xslt-mapping-in-a-ccbpm-scenario
    /people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/01a57f0b-0501-0010-3ca9-d2ea3bb983c1
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9692eb84-0601-0010-5ca0-923b4fb8674a
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/006aa890-0201-0010-1eb1-afc5cbae3f15
    /people/prasadbabu.nemalikanti3/blog/2006/03/30/xpath-functions-in-xslt-mapping
    https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=xslt+mapping&adv=false&sortby=cm_rnd_rankvalue#
    Steps required for developing XSLT Mapping
    u2022 Create a source data type and a target data type
    u2022 Create Message types for the source and target data types.
    u2022 Create Message Interfaces includes Inbound Message interface and Outbound Message interface.
    u2022 XSLT Mapping does not require creation of Message mapping, so donu2019t create any Message mapping.
    u2022 Create an .XSL file which converts source data type into target data type.
    u2022 Zip that .xsl file and import it into Integration Repository under Imported Archives.
    u2022 In Interface Mapping choose mapping program as XSL and specify this zip program. (Through search help you will get XSL Mapping programs that you imported under Imported Archives, select your corresponding XSL Program)
    u2022 Test this mapping program by navigating to Test tab.
    By having look at above steps you can easily find out that this mapping is no where different from other mapping programs, here the challenging lies in creating an XSLT file. If you spend couple of minutes in studying XPATH tutorial you would be in ideal position to create an XSL Transformation (.xsl extension).
    If you still find difficulties in generating XSL Transformation, then you can make use of a tool u201CAltova MapForceu201D which will create XSL file for you.
    Steps for creating XSL file using this tool:
    1. Open the Alto MapForce, import the source .xml and .xsd file in it
    2. Similarly import the target .xml and .xsd in MapForce.
    3. These two data files should match with source and target data types in Integration Repository.
    4. Complete the graphical mapping using extensive list of XSLT functions available there.
    5. Save the mapping file.
    6. Click the XSLT tab. You will have the entire xslt logic there.
    7. Copy that content and save it as .xsl file.
    8. Zip above .xsl file and import the same into IR under Imported Archives.
    Hope this clears your doubts
    Thanks
    Saiyog

  • Making a java browser component for Mac platform(Urgent)

    I was trying to make a simple java browser component from scratch for running on Mac platform. I was using JFrame/JEditorPane. Although JEditorPane can open web pages but it can't support Javascript, flash and other interactive features of many websites. Does anyone know any way to make JEditorPane support javascript?
    I also researched on JDIC java web browser, but unfortunately they don't support for Mac yet. Is there any free third party tool available which I can use?
    Any quick help is appreciated. Thanks.

    I was trying to make a simple java browser component from scratch for running on Mac platform. I was using JFrame/JEditorPane. Although JEditorPane can open web pages but it can't support Javascript, flash and other interactive features of many websites. Does anyone know any way to make JEditorPane support javascript?
    I also researched on JDIC java web browser, but unfortunately they don't support for Mac yet. Is there any free third party tool available which I can use?
    Any quick help is appreciated. Thanks.

  • Add & use custom jars in "Java embedding" component

    I need to generate pdf file in process.
    So I included "Java embedding" component, and write my code. For clarity example:
    com.itextpdf.text.Document document = new com.itextpdf.text.Document( 
                        com.itextpdf.text.PageSize.A4, 50, 50, 50, 50); 
              try { 
                   com.itextpdf.text.pdf.PdfWriter pdf = com.itextpdf.text.pdf.PdfWriter 
                             .getInstance(document, new java.io.FileOutputStream("c:\\text.pdf")); 
                   document.open(); 
                   document.add(new com.itextpdf.text.Paragraph("This is test message")); 
                   catch (com.itextpdf.text.DocumentException de) { System.err.println(de.getMessage());  }
                   catch (Exception de) { System.err.println(de.getMessage());}
              document.close();Im using external jar file, of course I add it to classpath (right click soa project -> properties -> libraries and classpath ->add jar).
    But I get folowing error (no during compilation, but during deploying):
    Failed to compile bpel generated classes.
    failure to compile the generated BPEL classes for BPEL process "SimpleProcess" of composite "default/SOAProject!1.0*soa_9f8e80a4-346d-424e-9e12-1b69e2024e58"
    The class path setting is incorrect.
    Ensure that the class path is set correctly. If this happens on the server side, verify that the custom classes or jars which this BPEL process is depending on are deployed correctly. Also verify that the run time is using the same release/version.
    [04:35:23 PM] Check server log for more details.
    [04:35:23 PM] Error deploying archive sca_SOAProject_rev1.0.jar to soa_server1 [[fe80:0:0:0:5968:cb45:2001:f6ce]:8001] 
    [04:35:23 PM] ####  Deployment incomplete.  ####
    [04:35:23 PM] Error deploying archive file:/C:/Projects/SOAProject/deploy/sca_SOAProject_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)where ist the problem???
    Edited by: user1175491 on Nov 2, 2010 4:39 PM

    Ajaykumar, can u please write me what exactly append to bpel:exec part (which classes include?)? it looks now:
    <bpelx:exec name="GeneratePDF" version="1.5" language="java">
    <![CDATA[
                  com.itextpdf.text.Document document = new com.itextpdf.text.Document(  
                        com.itextpdf.text.PageSize.A4, 50, 50, 50, 50);  
              try {  
                   com.itextpdf.text.pdf.PdfWriter pdf = com.itextpdf.text.pdf.PdfWriter  
                             .getInstance(document, new java.io.FileOutputStream("c:\\text.pdf"));  
                   document.open();  
                   document.add(new com.itextpdf.text.Paragraph("This is test message"));  
                   catch (com.itextpdf.text.DocumentException de) {System.err.println(de.getMessage());}
                   catch (java.lang.Exception de) {System.err.println(de.getMessage());}  
              document.close();]]>
    </bpelx:exec>Edited by: user1175491 on Nov 2, 2010 5:07 PM
    Edited by: user1175491 on Nov 2, 2010 5:08 PM

  • HT1338 There is a lot of talk about the Java security issues and the ability to download a patch fix, do i need to do this or will software update pick this up for me?

    There is a lot of talk about the Java security issues and the ability to download an apple patch fix, do i need to do this or will software update pick this up for me?

    Thanks for that, how do I establish if I have Java installed as on Safari preferences it indicates the following
    Web content - Enable Java
                        - Enable JavaScript

  • Crystal Report Java Reporting Component Query

    Hi,
    If I am using the Crystal Report Java Reporting Component, do I need any other Crystal Report software to be installed during run time?
    Thanks.

    Hi Ron,
    the desired guides can be found here:
    http://help.sap.com/javadocs/cr/xir2/index.html
    http://devlibrary.businessobjects.com/businessobjectsxi/en/en/JRC_SDK/default.htm
    The reason why you might not find the guide is as of Crystal Reports 2008 the JRC was integrated into the Crystal Reports for Ecplise package and is not availble separately anymore. See also the What' new-guide of Crystal Reports 2008 here:
    http://87.229.26.143/download/crystal/doc/cr_2008_whats_new.pdf
    Regards,
    Harald

  • How to deploy a pure jave development component to server?

    i have created a pure java development component.
    but i cannot find a way to deploy it to server
    is there any way?

    You need to essencially wrap your java development component with a deployable development component.
    In order to do that, you need to:
    - Define a public part for your development component of type assembly.
    - Create a deployable DC ( one that results in a SDA or a EAR file ).
    - Reference your DC from the deployable DC. This will include the generated .jar file into the project.
    The definitions of the different types can be found here:
    http://help.sap.com/saphelp_nw04/helpdata/en/93/d5a73f05c4265de10000000a114084/content.htm
    I would either create a library component ( results in SDA ) or a web dynpro component ( ear file ).

  • Information about forms

    Hi.
    Does anybody knows, what is the name of DB table where information about all existing OIM (903) forms (fields, version history) is stored?

    Check these three tables:
    SDK : It stores the information about form.
    SDC : It stores the information about version and form fields.
    SDH : It stores the information about nested forms.
    Thanks,
    Devendra Jain

  • Error message about forms when ID exported PDF is opened in Reader

    I'm using ID CS2.
    Has anyone successfully made navigation buttons on an exported PDF that doesn't produce an error message about forms when opened in Adobe Reader?
    There's an Adobe page about this that says it's caused by having a stroke too near a link field, but I can't seem to avoid the message if I place more than one button anywhere on a page. I've spent a lot of time playing with this and can't seem to find a workaround.
    Am I a sucker? Is anyone else trying to use this function other than me? It seemed like the perfect solution to this project I produced and now whenever a user opens the PDF they are greeted with a confusing message that has absolutely nothing to do with the functionality of the document.

    Well, everything in those PDFs were form fields. You can make form fields in Acrobat - and then you can right-click on 'em and change their appearance, whether or not they'll accept rich text input, whether or not they'll scroll, and so on. It could also be done in LiveCycle Designer, for what it's worth. I wrote a now-obsolete post about this in response to yours before Mike showed up with this video.
    Probably most of your work on your designs in InDesign would need to be trashed; you'd need to rebuild the whole thing in Acrobat or LiveCycle. I have to say that, unless your targeted documents are extremely simple, that this is one of the worst document translation workflows I've ever seen in the last fifteen years. It might work - I'm trying to keep an open mind, here - but if you have any non-Latin-script languages in your target list, or if print reproduction is what you're after, or if you're expecting tracking revisions to the translations to be anything but a nightmare, I would suggest that you test this method inside and out before progressing any further.

  • Oracle logo in about-form

    When I register my portlet I get the about-link in the right corner of my portlet-screen.
    When click on this link I navigate to about-form with my own about-tekst, oracle-logo in the left upper corner and link to home-page of portal in the right upper corner.
    How can I get rid of these logo en link to home-page?
    Thanks,
    Anna

    Hi,
    In PDF, there are three ways of using a Graphic -
    1.     through context – using graphic reference
    2.     through context – using content
    3.     In layout – by copy and paste.
    &#61607;     Graphic content can be added to the form by adding the graphics in the transaction SE78 (also using the programme – ‘RSTXLDMC’). You store that in a variable and have that variable here.
    Graphics can also be uploaded through MIME repository.
    Thanks and Regards,
    - anto.

Maybe you are looking for

  • To modify automatically a report column

    hi, I have created a report (standard report) with two columns "state" and "date_state". The column "state" is modified manually with the values 'elaboration' and 'pending', while I would want that the column "state" comes modified automatically to "

  • My Mozilla 3.6.10 won't open no matter how many times I click it

    My Mozilla 3.6.10 won't open no matter how many times I click it.. Its soo frustrating!!!It always states this ; A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the scri

  • PO Price Variance Tolerance

    Hi Experts, Can we do "Set Tolerance Limits for Price Variance" by document type?  I saw the standard config is by company code. Thanks John K.

  • Menu Bar at run time

    Dear All, I need to hide the following menu bar in oracle forms at run time Action Edit Query Block Record Field Window Help -----(It will Show at run Time) Below some icons,ie, Save,Print,Print Setup,Exit,etc How to do it?Please help me.. Thanks and

  • I downloaded Adobe Reader X(10.0.1)

    But I accidently deleted the file: AdbeRdrUpd1001_Tier1.msp. What would be the proper procedure to recover this deleted file? I am so sorry to bother any of you guys/gals with this issue but i am a novice at this computer stuff. I was trying to downl