Loading forms using Java 1.7

Hello friends
I've installed EBS 12.1.1 on OEL 5.5 (64 bit). I'm trying to load forms using Java version 1.7 but it shows error like "the jinitiator version is high", what I have to do to load forms using Java 1.7.
Regards
Aneel Ahmed

I enabled java console it it shows some logs:
oracle.forms.net.ConnectionException: Forms session <10> aborted: unable to communicate with runtime process.
  at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
  at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
  at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
  at oracle.forms.net.HTTPNStream.flush(Unknown Source)
  at java.io.DataOutputStream.flush(Unknown Source)
  at oracle.forms.net.StreamMessageWriter.run(Unknown Source)
java.io.EOFException
  at java.io.DataInputStream.readUnsignedByte(Unknown Source)
  at oracle.forms.engine.Message.readDetails(Unknown Source)
  at oracle.forms.engine.Message.readDetails(Unknown Source)
  at oracle.forms.net.StreamMessageReader.run(Unknown Source)
basic: Applet made visible
Regards
Aneel Ahmed

Similar Messages

  • Calling Functions of Loading DLL using java

    I have a dll file
    I know the functions which are ther in the dll
    But how to call those functions using JAVA ?
    can anyone tell me how to do the same...
    Thanx in advance
    regards,
    Ritesh

    I assume that you have a regular DLL and that the functions in that DLL are exported and that you know the signatures of each function.
    With that in mind, you will need to use the Java Native Interface (JNI), to call those functions from Java. In a nutshell, you will need to create at least one class which declares some native methods, code a class static code block to load the JNI-DLL you are about to create, compile the class(es), run the javah tool supplied with the JDK which will emit a C compatible header file, implement the functions from the generated header file and compile that source file to into a DLL. It would be in this DLL that you would use the functions in the DLL that you ultimately want to access. So, what you wind up doing is creating a wrapper DLL.
    Take a look at the JNI tutorial trail from Sun at http://java.sun.com/docs/books/tutorial/native1.1/index.html.

  • Fill a Public PDF Form using Java.

    Hello,
    I have a PDF Form generated by some one. I would have to use java to fill that form and generate a printable version of it for the users to download and print. Any pointers of how i can acheive this would be greatly appreciated.

    Adobe only offers a Java-based interface as part of our server products, LiveCycle ES.

  • Export/Import xml from dynamic pdf form using java

    Hi,
    I have been searching for the last 2-3 days on the internet for this. Some posts do talk about it, but none have provided the answer I was looking for. Hopefully this is the correct forum to post the question in.
    I am working on a desktop swing application that works on extracting and changing data in a XFA form, I would like to export the form's content modify it and import it back using java. This is so easy with the Adobe Reader, where it nicley exports the form content as an XML document, you can change it manually and the import the data back. I am searching for a way of doing this in java. I found XPAAJ.jar mentioned in some forums, that may make this easy. I havent been able to use it, since I cant find it anywhere.
    I found a blog from Mike Potter
    http://blogs.adobe.com/mikepotter/2006/07/download_xpaaj.html
    This says that XPAAJ is free as long as I use it on forms developed using livecycle. I dont own livecycle, but the forms that I am working has been built using livecycle.  So my questions are:
    1. Is XPAAJ the correct library to use, to export and import XML data from a dynamic pdf form?
    2. Is XPAAJ free to use and distribute as long as it works on pdf forms developed by livecycle?
    3. Where can I download XPAAJ from?
    4. If XPAAj is no longer available, is there any other free library that does this?
    5. If there isn't any free library, how much would cost me to use and distribute the library along with my desktop application?
    Thanks
    Sethu

    Hi Sethu;
    First, its important to know that xpaaj never was a supported piece of software.  It was supplied "as is" with no support from Adobe.  It has been pulled and is no longer available from the Adobe web site.  Mike's blog is from 2006, so its really old information.
    1. Is XPAAJ the correct library to use, to export and import XML data from a dynamic pdf form?
    While the xpaaj library will import and export data to/from a form on the client, Adobe now recommends using the LiveCycle ES Forms server.
    2. Is XPAAJ free to use and distribute as long as it works on pdf forms developed by livecycle?
    The license stated that you need to own one of Adobe's server side products (not LiveCycle Designer, but one of the server side LiveCycle products).
    3. Where can I download XPAAJ from?
    XPAAJ was pulled by Adobe.  They found a few bugs and since it was unsupported software they just pulled it from the web site.
    4. If XPAAj is no longer available, is there any other free library that does this?
    Not from Adobe.  Adobe recommends using the LiveCycle ES Forms software for merging data and forms.
    5. If there isn't any free library, how much would cost me to use and distribute the library along with my desktop application?
    As far as I know there Adobe doesn't have a client side library available for this (merging dynamic XDP based forms with data).

  • I just downloaded the Java software update and now certain programs aren't loading that use Java?

    So I downloaded the new softeware update and now my programs that use Java won't load. Does anyone know what I can do.

    Due to the extreme unpredictability of the Flashback Trojan, that was constantly changing (and a new variant that's been detected and seems to be worse), Apple decided to play it safe just in case the revised Java code was still vulnerable. So, Java is disabled by default for applets and must be manually enabled as needed (with the warning about possible vulnerability).
    So, head on over to Java Preferences, in Utilities, and enable the thing as needed. Disable when no longer in use for security's sake. BTW, if you enable but don't use Java in awhile, it is configured to self-disable for the same reason.

  • URGENT:How can we submit a web page containing form using Java API?

    Dear Friends,
    I want to submit a form to a form action page resides in a web site. Then I need to get the response of the same.
    Is there any way to do this automatically by using Java API.
    Does java.net have anything?
    Thanks in advance
    Sarath

    Have you looked at a package called httpunit.
    http://httpunit.sourceforge.net/
    This allows form submission, Javascript, cookies etc.

  • How to load file using Java

    Hello,
    I am trying to load file into the TimesTen (csv or txt) using Java language. I tried using query "LOAD DATA INFILE ..." but I received error that there is something wrong in word "DATA", later I tried to copy solution from sample programs written in Java but I get a lot of error which i couldn't solve. I also tried to use ttBulkCp in Java like this: query = {CALL ttBulkCp ... } but it wasn't working as well. There must be a way to load data from file to the TimesTen table using script written in Java, right?
    Thank you for any ideas.

    If you take a look at the quickstart guide you get when you install the product you'll see a java code example called 'level3.java' which does what you want:
    This program uses the TimesTen JDBC driver to perform order processing operations:
    a) Connect to the database using the TimesTenDataSource interface
    b) Process all orders in the input3.dat file by inserting into the ORDERS and ORDER_ITEM tables.....
    Regards
    Tim

  • How to do Front End Validation for JSP Forms using Java Script with 9iJD...

    How to do Front End validation using 9iJD. Any wizard is there. We need to do the val. using Java Script. If its not available, please include that in the Production Release.

    Thanks a lot. When is the Production Release is scheduled. Please tell us whether itll be available for Free Download. Bec, we couldnt buy. Bec, if its working fine with all the options without any bug only, we can ask our company to buy 9iJD by stating the advantages. Just explain us.

  • Create PDF Application Form Using Java

    Hi
    can Any one help me regarding how to create PDF Application from using java . That application should be doing the action events also.
    Message was edited by:
    helloshiva

    Check these pdf libraries:
    http://www.java-tips.org/java-libraries/pdf-library/

  • Problem launching e-biz forms using Java JRE 1.6.0_07 and JRE 1.6.0_13

    Got a problem launching Forms from e-biz 11.5.10.2 using JRE 1.6.
    Our setup :
    E-biz: 11.5.10.2
    Forms: 6i Patchset 19
    DB: 10.2.0.3
    JRE: 1.6.0_07 (e-biz is config to use this version)
    on windows desktop clients:
    JRE: 1.6.0_13
    As a non-privileged user account on the workstation, users cannot launch the forms using the 1.6.0_13 JRE.
    When a privilieged(Admin) user account logs in, the forms launch fine using 1.6.0_13.
    We understand that IA enforces many policy settings in our environment, but can anyone identify which types of policy settings would break this access?
    Thanks everyone!
    Gabe

    Thanks for the docs! We've reviewed them, and are satisfied that the JRE family of 1.6 is working properly.
    Our issue is that there are some windows security policies/ maybe group policies, that are restricting the launching of the forms using the newer 1.6.0_13 JRE. This is what we are after, and I would like to know if anyone else has faced similar issue.
    Some more clarification:
    if the workstation has the 1.6.0_07 JRE, and a non-privileged account logs in, the forms launch fine.
    Once 1.6.0_13 is pushed (as our NetAdmin is requesting), the non-privileged account cannot launch forms. Instead, they get an active X request to install 1.6.0_07, which they do not have privilege to install.
    Hope this helps.
    Gabe

  • Updating the AD Process Form Using java code

    Hi,
    I am having requirement to update AD Process form OU and Groups using Scheduler.
    Cna any body provide me sample code for updating the process form?
    Thanks in advance
    Edited by: 790561 on 22/08/2011 20:03

    You need to use setProcessFormData(long ProcessInstanceKey,java.util.Map phAttributeList) in your scheduler code. Before calling this API you need to get value of ProcessInstanceKey.
    To retrieve ProcessInstanceKey , you should call getObjects()(under tcUserOperationsIntf) API, iterate through the resultset and retrieve ProcessInstanceKey.
    You can pass hashmap data similar to this
    HashMap phAttributeList= new HashMap();
    phAttributeList.put("UD_ADUSER_OU", "your-value");
    I believe the groups are available in Child Form, so you can use child form API's like updateProcessFormChildData().
    Check the below URL for updating child form API's
    Re: Child Form

  • Unable load jasperreports using java application

    I have created a report using jasperassistant.
    But i could'nt run the report using my java
    application.below given is the code sgment to call the
    report.
    try{
    String rFile="/root/Production.jasper";
    HashMap rptHash=null;
    FileInputStream fs=new FileInputStream(rFile);
    System.out.println("loading report file , read " +fs.available());
    JasperReport template=(JasperReport)JRLoader.loadObject(fs);
    System.out.println("Successfully created the report");
    JasperPrint report=JasperFillManager.fillReport(template,rptHash,conn);
    System.out.println("Report filled with data");
    }catch(JRException jex)
    System.out.println("Jasper Exception :"+jex.getMessage());
    System.out.println("Jasper Exception :"+jex.fillnStackTrace());
    System.out.println("Jasper Exception :"+jex.getStackTrace());
    System.out.println("Jasper Exception :"+jex.getLocalizedMessage());
    While running this application ,it throws into the
    exception section.
    Out put of the program is
    Loading report file ,read 15275
    Jasper Exception : Error loading object from InputStream
    Jasper Exception :net.sf.jasperreports.engine.JRException :Error loading object from InputStream Jasper Exception :[Ljava.lang.StackTraceElement;@e7b241
    Jasper Exception :Error loading object from InputStream
    I request you to go through my code and give me some help to solve this asap.
    thanking you

    Do you actually mean you want to make sure that only one instance of a GIVEN Java program is running at one time? If so then search this forum becuse this question comes up frequently.

  • About mutipart form using java

    Hi all,
    I need to create for my website a multipart form. By mutlipart form i mean a form that have more than 1 page and witch remeber the choices made in the preceding page. For example, the first page ask the name and the second the last name then when validate, the second page send me all the informations by mail.
    I am complitly new in java technologie, i just made simple forms so far, and i am searching for a way the more simple as possible to realize my idea.
    Does anyone one have any sugestion? Is java the correct technology to use for what i wnat to do?
    Thanks all for your help

    Thx for your answer ravi_iiit
    Well i don't even know what kind of java i was using, i found some tutorial to make forms on the web a while ago and i adapted it to my site, not sure i could write that code again but i was very basic. Basicly i have the html form with instance for each box : name adress... the validation button of the form link to a .js page in witch i made a very basic code witch check if evry box is filled and then add the boxes data to a mail and then send it to me. What i wanna do is pretty much the same thing but with 4 or 5 pages. So i don t know what is the best technologie for me to use, what would you advice me?

  • How to submit a html form using java

    hi friends,
    i have a html form with some input fields, when ever a user submit the form the user information is stored in the database. is it possible to pass the user information in the url(url rewriting) and submit it by a java program so that the data will be stored in the database, as like as, user submit it manually.
    for eg:
    /*sample.html*/
    <form action="store.jsp" method="post">
    User Data:<input type="text" name="userdata">
    <input type="submit">
    </form>
    in my java is it possible to store the record as below:
    URL url=new URL("http://localhost:7001/webapp/store.jsp?userdata=AutomaticDatasave");
    URLConnection con=url.openConnection();
    int i=0;
    while((i=con.getInputStream().read())!=-1)
    System.out.print(i);/*it has to print the data that store.jsp is returned like information stored or error storing data(what ever)*/
    }Edited by: rajaram on Oct 27, 2007 1:01 AM

    hi Drclap,
    Thanks for your reply, which is helpful to me....
    tried what you said, what i did is modified the code like below
    con.setDoOutput(true);
    BufferedWriter br=new BufferedWriter(new InputStreamWriter(con.getOutputStream()));
    String str="userdata=AutomateDataSave\n";
    br.write(str,0,str.length());
    br.flush()But
    Iam Getting Internal Server Error
    Exception in thread "main" java.io.IOException: Server returned HTTP response code: 500 for URL
    Edited by: rajaram on Oct 27, 2007 1:24 AM

  • Validating Checkboxs in a form using java script.

    Hi i am trying to validate a jsp page that contains check-boxs using the following java script, however it doesnt seem to work! Any help on this matter would be most appreciated.
    <SCRIPT language="javaScript">
    function validate()
    if (document.myform.pkey.value=="")
    alert("Please Select a Questionnaire to delete!!");
         return false;
    </SCRIPT>

    Hi,
    You have to check whether user has selected the check box or not.
    When there are multiple check boxes with same name, it will create any array else normal single check box.
    Ajay.

Maybe you are looking for

  • 5th gen iPod won't show iTunes U

    using an iTune 10 (latest update), and synching with the 5th gen iPod. The synch goes well and when connected to the iTunes i can see the iTunes U on the list but when I disconnect and I can't find iTunes U on the iPod lists and menus... I read in a

  • HT2481 Events and Albums

    Is there a way to hide events on the main page so that when I'm searching for a photo there aren't so many to look at?  Thanks!  Please keep any instructions very, very simple. 

  • Doubts on constraints

    Hi All, i have table structure like below. i need to create unique constraint on the below 3 columns(combined). Will i be able to create? i am having a doubt because since one column is nullable, can i create unique constraint on all 3 columns? if ye

  • The configured database is not a compatible database

    Hi, i am experiencing some problems getting our zen servers to carry out reporting, auditing, etc etc. Running : Netware 6.5 sp5 Zenworks Desktops managment 6.5sp1 When i attempt to carry out a report or click on the zenworks inventory databse object

  • 6680 SW Update

    Hi..I tried to update my mobile software by using Nokia Software Updater. The current version is 5.04.40 and as it seems you have newer version.The problem is when I connect the phone with the computer it shows that "Your device already has the laste